Переглянути джерело

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


Завантаження…
Відмінити
Зберегти