diff --git a/src/js/charts/AggregationChart.js b/src/js/charts/AggregationChart.js index a5bfec8..c02bf4d 100644 --- a/src/js/charts/AggregationChart.js +++ b/src/js/charts/AggregationChart.js @@ -80,7 +80,8 @@ export default class AggregationChart extends BaseChart { y, 5, this.colors[i], - `${s.labels[i]}: ${d}` + `${s.labels[i]}: ${d}`, + this.config.truncateLegends ); this.legendArea.appendChild(dot); count++;