提交 ec4ae183 编写于 作者: J Jason Park

fix chart setdata

上级 a1d19916
......@@ -20,7 +20,11 @@ class ChartTracer extends Tracer {
}
setData(C) {
if (super.setData.apply(this, arguments)) return true;
if (super.setData.apply(this, arguments)) {
this.chart.config.data.datasets[0].data = C;
this.chart.update();
return true;
}
var color = [];
for (var i = 0; i < C.length; i++) color.push(this.color.default);
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册