gauravkumar13337 / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Ability to remove the border and the axis line #649

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using `borderWidth: 0` to hide the border and `xaxis: {tickLength: 0}` and 
`yaxis: {tickLength: 0}` to remove the grid.

As can be seen from the attached screenshot there is still a thin axis line. As 
far as I can tell Flot does not support removing that line. Am I correct?

Original issue reported on code.google.com by joel.cr...@axicorda.com on 7 Dec 2011 at 4:03

GoogleCodeExporter commented 8 years ago
The option you're looking for is grid:{show:false}.  In the future, try posting 
to the flot google group (http://groups.google.com/group/flot-graphs) before 
filing a bug.

Original comment by ryl...@gmail.com on 20 Jan 2012 at 8:48

GoogleCodeExporter commented 8 years ago
Thanks for the clarification. Unfortunately `grid: {show: false}` does not do 
what I want, as it also hides the numbers, so I still think this is a bug.

Original comment by jcros...@mail.bbk.ac.uk on 23 Jan 2012 at 10:02

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 8 May 2012 at 7:45

GoogleCodeExporter commented 8 years ago
Commented on this issue here, Joel: 
https://github.com/flot/flot/issues/728#issuecomment-15641491

Original comment by vanzonneveld@gmail.com on 29 Mar 2013 at 1:54