Open GoogleCodeExporter opened 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
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
Issue 221 has been merged into this issue.
Original comment by olau%iol...@gtempaccount.com
on 21 Oct 2009 at 4:59
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
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
Original comment by dnsch...@gmail.com
on 8 May 2012 at 12:14
Where does the function go?
Original comment by old.squa...@gmail.com
on 19 Oct 2013 at 10:47
Original issue reported on code.google.com by
jason.no...@gmail.com
on 18 Aug 2009 at 4:34