Skip to main content

Posts

Showing posts with the label jqplot

jqPlot custom tick labels

I've got data with X values from 0 to 55. I would like to see these values as a custom text in tick labels. Ideally, I want to specify some callback, like function tickLabel(tickValue) { return "This is " + tickValue; } Is it possible?