浏览代码

render legend after updating data

tags/v1.5.8
Frank Felgner 4 年前
父节点
当前提交
7f26c18ce7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/js/charts/BaseChart.js

+ 1
- 0
src/js/charts/BaseChart.js 查看文件

@@ -233,6 +233,7 @@ export default class BaseChart {
this.data = this.prepareData(data);
this.calc(); // builds state
this.render(this.components, this.config.animate);
this.renderLegend();
}

render(components=this.components, animate=true) {


正在加载...
取消
保存