Changed to pass truncateLegends option to legendDot
This commit is contained in:
parent
c6e46886f3
commit
f77df2b02f
@ -80,7 +80,8 @@ export default class AggregationChart extends BaseChart {
|
|||||||
y,
|
y,
|
||||||
5,
|
5,
|
||||||
this.colors[i],
|
this.colors[i],
|
||||||
`${s.labels[i]}: ${d}`
|
`${s.labels[i]}: ${d}`,
|
||||||
|
this.config.truncateLegends
|
||||||
);
|
);
|
||||||
this.legendArea.appendChild(dot);
|
this.legendArea.appendChild(dot);
|
||||||
count++;
|
count++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user