修复控制台页面 显示不完整
This commit is contained in:
parent
abcaaf5a3d
commit
47b8a4658a
|
@ -252,6 +252,9 @@ const initLineChart = (xData,data1, data2) => {
|
||||||
type: 'value',
|
type: 'value',
|
||||||
name: 'initiate',
|
name: 'initiate',
|
||||||
splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
|
splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
|
||||||
|
nameTextStyle: {
|
||||||
|
padding: [0, 40, 0, 0] // 上右下左
|
||||||
|
},
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
series: [
|
series: [
|
||||||
|
@ -318,6 +321,9 @@ const initLineVandDChart = (xData,data1, data2) => {
|
||||||
type: 'value',
|
type: 'value',
|
||||||
name: 'download',
|
name: 'download',
|
||||||
splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
|
splitLine: { show: true, lineStyle: { type: 'dashed', color: '#f5f5f5' } },
|
||||||
|
nameTextStyle: {
|
||||||
|
padding: [0, 40, 0, 0] // 上右下左
|
||||||
|
},
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
series: [
|
series: [
|
||||||
|
|
Loading…
Reference in New Issue