This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
Changed to pass truncateLegends option to legendDot
tags/1.3.0
rafael
5 years ago
parent
c6e46886f3
commit
f77df2b02f
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/js/charts/AggregationChart.js
+ 2
- 1
src/js/charts/AggregationChart.js
View File
@@ -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++;
Write
Preview
Loading…
Cancel
Save