mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
设置柱状图默认值
This commit is contained in:
@@ -533,6 +533,11 @@ function createEmailColumnChart() {
|
||||
},
|
||||
},
|
||||
yAxis: {
|
||||
max: (params) => {
|
||||
if (params.max < 8 ) {
|
||||
return 10
|
||||
}
|
||||
},
|
||||
type: 'value',
|
||||
boundaryGap: [0, 0.1],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user