I have a flot graph with y-axis co-ordinates to be 55, 110, 220, 440, 880, 1760.
I want all the six ticks to be displayed but I donot want the tick label 55 and 1760 to be displayed.
Is it possible through Flot Charts?
Thanx
I have a flot graph with y-axis co-ordinates to be 55, 110, 220, 440, 880, 1760.
I want all the six ticks to be displayed but I donot want the tick label 55 and 1760 to be displayed.
Is it possible through Flot Charts?
Thanx
In your options pass a ticks array with an empty label at those positions:
Fiddle here.