更改 Ajax 折线图绘制的速度
Change speed at which Ajax Line Chart plots
有没有办法改变 AjaxToolKit 折线图绘制数据的速度?
暂时没有。是hardcoded to 400 ms:
setTimeout(function() {
me.animateLines(me, lastStartX, lastStartY, 0, index);
}, 400);
有没有办法改变 AjaxToolKit 折线图绘制数据的速度?
暂时没有。是hardcoded to 400 ms:
setTimeout(function() {
me.animateLines(me, lastStartX, lastStartY, 0, index);
}, 400);