jqplot酒吧没有与网格排队

时间:2012-01-13 21:02:27

标签: javascript canvas jqplot

有谁知道为什么某些的酒吧没有在这个jqplot条形图中排队?您可以在http://www.vonlay.com/jollymeter/app

找到此信息

Bar not lining up with the grid

1 个答案:

答案 0 :(得分:0)

我想通了,我的y轴格式字符串掩盖了网格线不在整数值上的事实。

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

This topic谈论我想要实现的目标以及我无意中造成的问题。

Plot with y-axis format string removed