ソースを参照

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) {


読み込み中…
キャンセル
保存