question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] Show X or Y gridlines individually

See original GitHub issue

I’m submitting a … (check one with “x”)

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here

Current behavior Currently you can only hide or show both gridlines with showGridLines

What is the motivation / use case for changing the behavior? It would be nice to be able to hide/show each gridline invidiually like:

  • showXAxisGrid
  • showYAxisGrid

showXAxisGrid

image

showYAxisGrid

image

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:9
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
kkumorcommented, Dec 14, 2018

Hey @bobbyg603, I also wanted to hide the vertical lines in the chart. In my case, it simply worked to add a css in the component. :: ng-deep .gridline-path-vertical {      display: none; }

5reactions
amcdnlcommented, Jan 3, 2017

I like it. The grid lines also don’t align all the time which drives me bonkas.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Formatting a single gridline in a graph - Microsoft Community
ANSWER: Right click on a gridline, and select format axis. Find the box that says "Horizontal line crosses at:" and enter the value...
Read more >
Getting vertical gridlines to appear in line plot in matplotlib
Using plt.grid(axis="x") method, we can plot vertical gridlines. ... To show the figure, use the plt.show() method, where the argument axis ...
Read more >
Showing gridlines - TIBCO Product Documentation
The visualizations are by default drawn without gridlines. Gridlines can be added on the value and category axes in bar charts, and the...
Read more >
9.6 Hiding Grid Lines | R Graphics Cookbook, 2nd edition
It's possible to hide just the vertical or horizontal grid lines, as shown in the middle and right-hand graphs in Figure 9.11, with...
Read more >
How to Change Grid Line Colors on a Chart With Microsoft Excel
Grid lines add horizontal and/or vertical lines to your graph that aid in measuring graph values. By default, these grid lines use the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found