我試圖使用上渲染amCharts甘特圖的zoomToDates功能:http://jsfiddle.net/Lw2bhxm0/1/amCharts zoomToDates功能似乎並沒有工作權
// Doesn't appear to work right...only a few of the events are shown
chart.addListener("rendered", function(event) {
event.chart.zoomToDates(new Date(2016, 1, 1), new Date(2016, 1, 2));
});
結果是非常不同的比我放大到日期通過傳統的滑塊或點擊並拖動。此外,如果我嘗試縮放到數據範圍外的某個日期,則會縮放到丟失數據的同一時間段。我使用這個錯誤還是它是一個錯誤?
謝謝!這正是我正在尋找的。 – Jonathan