Does anyone know why some of the bars are not lining up in this jqplot bar graph? You can find this at http://www.vonlay.com/jollymeter/app

Bar not lining up with the grid

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I figured it out, my y-axis format string was masking the fact that the grid lines weren't on integer values.

yaxis: { min: 0, tickOptions: { formatString: "%d" } }

This topic talks about what I was trying to achieve and the issue that I had unintentionally caused.

Plot with y-axis format string removed

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.