Commit f88c4e8e by 姜雷

Merge branch 'develop' into 'test'

修改纵坐标展示宽度 See merge request !126
parents eec7f635 3e7e3d8d
......@@ -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