Selaa lähdekoodia

Changed to pass truncateLegends option to legendDot

tags/1.3.0
rafael 5 vuotta sitten
vanhempi
commit
f77df2b02f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      src/js/charts/AggregationChart.js

+ 2
- 1
src/js/charts/AggregationChart.js Näytä tiedosto

@@ -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++;


Ladataan…
Peruuta
Tallenna