This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
charts
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
18
Wiki
Activity
瀏覽代碼
Changed to pass truncateLegends option to legendDot
tags/1.3.0
rafael
5 年之前
父節點
c6e46886f3
當前提交
f77df2b02f
共有
1 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/js/charts/AggregationChart.js
+ 2
- 1
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++;
Write
Preview
Loading…
取消
儲存