当数据更新时,我试图在plottable.js中使用自定义动画。以下是我的代码:- varyScale = new Plottable.Scales.Linear().domain([0,30]);
var xAxis = new Plottable.Axes.Category(xScale, &qu
风格并不重要,默认的Plottable.js风格是可以的。(); var colorScale = new Plottable.Scale.Color("10");var xAxis = new Plottable.Axis.Numeric(xScale, "bottom");
var yAxis = new Plottable.Axis.Numeric&