当我加载页面时,一切正常。然而,当我向右滚动(显示接下来的几天)时,滴答声消失了。我使用tickrotor.js来旋转刻度。
xaxis: {
panRange: [0, null],
mode: "categories",
tickLength: 1,
rotateTicks: 135,
min: 0,
max: 15,
labelWidth: 30},
有什么想法可以解决这个问题吗?
页面加载:
滚动:
series: {
bars: {
show: true,
barWidth: 0.6,
align: "center"
}
},
xaxis: {
panRange: [0, null],
mode: "categories",
tickLength: 1,
rotateTicks: 135,
min: 1,
max: 25,
labelWidth: 30
},
yaxis: {
panRange: [0, null]
},
zoom: {
interactive: false
},
pan: {
interactive: true
}