ソースを参照

refactor: set default width for legend label to 150

tags/v1.5.0
Shivam Mishra 5年前
コミット
73fddf0623
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/js/charts/AggregationChart.js

+ 1
- 1
src/js/charts/AggregationChart.js ファイルの表示

@@ -63,7 +63,7 @@ export default class AggregationChart extends BaseChart {
let count = 0;
let y = 0;
this.legendTotals.map((d, i) => {
let barWidth = 110;
let barWidth = 150;
let divisor = Math.floor(
(this.width - getExtraWidth(this.measures))/barWidth
);


読み込み中…
キャンセル
保存