dhammucool / flot

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

not show label #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
(This is for feature requests and bugs in Flot - for getting help, please
use the Google Groups mailing list. When reporting, please state Flot
version and your browser. For bugs, screenshots and minimal examples help
speed up debugging. For enhancements, consider attaching or linking to a
mockup/screenshot.)

Original issue reported on code.google.com by jason.no...@gmail.com on 18 Aug 2009 at 4:34

GoogleCodeExporter commented 8 years ago
It would be great to have an option to disable the display of axis labels

Original comment by jason.no...@gmail.com on 18 Aug 2009 at 4:36

GoogleCodeExporter commented 8 years ago
It's not immediately obvious but for the time being you can define a label 
formatter
that always returns an empty string.

Original comment by olau%iol...@gtempaccount.com on 21 Oct 2009 at 8:46

GoogleCodeExporter commented 8 years ago
Issue 221 has been merged into this issue.

Original comment by olau%iol...@gtempaccount.com on 21 Oct 2009 at 4:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Got it 
function MyFormatter(v, xaxis) {
    return " ";
  }

then in graph options for x axes I pass
 xaxis: { show: true, min: x_min, max: x_max, tickFormatter: MyFormatter , tickSize: 10}

Original comment by remberto...@roclets.net on 10 May 2011 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 8 May 2012 at 12:14

GoogleCodeExporter commented 8 years ago
Where does the function go?

Original comment by old.squa...@gmail.com on 19 Oct 2013 at 10:47