You should do this using the tickFormatter option in accordance with this question . I have not tried it myself, but I will do it:
var xAxisLabels = ['Bob', 'Chris', 'Joe']; function xAxisLabelGenerator(x){ return xAxisLabels[x]; } var plot = $.plot($("#placeholder"), {
This means that the actual x values should be 0, 1, 2, ...
Matt Ball Apr 28 '11 at 15:33 2011-04-28 15:33
source share