How to remove the vertical grid ?
See original GitHub issueHi, I try to remove the vertical line with this code but didn’t work. Anyone have some suggestion ? Thanks
Code:
<LineExample options={{
scaleShowGridLines : false,
scaleShowVerticalLines: false,
}}/>
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Remove Vertical Grid Lines (time axis ones)
@Sergelbell go to settings, appearance, and grid (it is near the bottom), uncheck it. Click to expand... But it removes the price horizontal...
Read more >Remove Vertical or Horizontal Gridlines in ggplot2 Plot in R
To remove vertical grid lines scale_x_continuous() function is passed with the breaks parameter as NULL. Syntax: scale_x_continuous(breaks =NULL ).
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 remove Vertical and Horizontal Grid lines ... - YouTube
How to remove Vertical and Horizontal Grid lines on your trading view chart. 24K views 4 years ago. Jewel Miracle. Jewel Miracle.
Read more >How to remove vertical or horizontal grids for par...
remove horizontal grid for particular rows only ect. PDA. and take a look under RUN-OFFs column. sample.PNG.
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
you can remove the vertical lines by setting display: false in inside xAxes property.
I hope this helps.
@utkarsh1510 You can hide the horizontal lines by adding the following to the yAxes property:
gridLines: { drawOnChartArea: false }