diff --git a/src/js/charts/BaseChart.js b/src/js/charts/BaseChart.js index ea6c064..328a163 100644 --- a/src/js/charts/BaseChart.js +++ b/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) {