Commit 3e7e3d8d by 姜雷

修改纵坐标展示宽度

parent 3f07975a
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
container: 'ActiveUserByMonth', container: 'ActiveUserByMonth',
forceFit: true, forceFit: true,
height: this.height, height: this.height,
padding: [30, 20, 30, 20], padding: [30, 20, 30, 50],
}); });
this.chart this.chart
.source(this.data, { .source(this.data, {
......
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
container: 'RegisterByDay', container: 'RegisterByDay',
forceFit: true, forceFit: true,
height: this.height, height: this.height,
padding: [40, 20, 30, 45], padding: [40, 20, 30, 50],
}); });
this.chart this.chart
.source(this.data, { .source(this.data, {
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
container: 'RegisterByMonth', container: 'RegisterByMonth',
forceFit: true, forceFit: true,
height: this.height, height: this.height,
padding: [30, 20, 30, 20], padding: [30, 20, 30, 50],
}); });
this.chart this.chart
.source(this.data, { .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