[Feature] Show X or Y gridlines individually
See original GitHub issueI’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
showYAxisGrid
Issue Analytics
- State:
- Created 7 years ago
- Reactions:9
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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; }
I like it. The grid lines also don’t align all the time which drives me bonkas.