带有滚动的Amchart(条形图)在滚动条到达结尾时也有一些缩放效果。我如何禁用此缩放效果并且只能滚动。
这是 Fiddle
ScrollBar设置:
"maxSelectedSeries": 10,
"mouseWheelScrollEnabled": true,
"chartScrollbar": {
"graphType": "column",
"resizeEnabled": false,
"scrollbarHeight": 21,
"scrollDuration": 0,
"updateOnReleaseOnly": true
}
PS:我无法禁用滚动鼠标。
答案 0 :(得分:0)
只需添加以下属性:
"mouseWheelZoomEnabled": false,