Commit 3e7e3d8d by 姜雷

修改纵坐标展示宽度

parent 3f07975a
......@@ -26,7 +26,7 @@ export default {
container: 'ActiveUserByMonth',
forceFit: true,
height: this.height,
padding: [30, 20, 30, 20],
padding: [30, 20, 30, 50],
});
this.chart
.source(this.data, {
......
......@@ -20,7 +20,7 @@ export default {
container: 'RegisterByDay',
forceFit: true,
height: this.height,
padding: [40, 20, 30, 45],
padding: [40, 20, 30, 50],
});
this.chart
.source(this.data, {
......
......@@ -24,7 +24,7 @@ export default {
container: 'RegisterByMonth',
forceFit: true,
height: this.height,
padding: [30, 20, 30, 20],
padding: [30, 20, 30, 50],
});
this.chart
.source(this.data, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment