浏览代码

fix: legend height

tags/1.2.3
Shivam Mishra 6 年前
父节点
当前提交
e142a5ed93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/js/charts/PercentageChart.js

+ 1
- 1
src/js/charts/PercentageChart.js 查看文件

@@ -19,7 +19,7 @@ export default class PercentageChart extends AggregationChart {
b.depth = b.depth || PERCENTAGE_BAR_DEFAULT_DEPTH;

m.paddings.right = 30;
m.legendHeight = 80;
m.legendHeight = 60;
m.baseHeight = (b.height + b.depth * 0.5) * 8;
}



正在加载...
取消
保存