修改echarts

This commit is contained in:
GGJ
2023-12-28 14:23:22 +08:00
parent c1b08dabd4
commit e564ecbde3
7 changed files with 26738 additions and 11 deletions

View File

@@ -50,19 +50,16 @@ const initChart = () => {
},
legend: {
...(props.options.xAxis.legend || null),
right: 80,
right: 20,
top: 0,
itemGap: 28,
itemGap: 10,
itemStyle: {},
textStyle: {
rich: {
a: {
verticalAlign: 'middle'
}
},
fontSize: 12,
padding: [2, 0, 0, 0] //[上、右、下、左]
}
},
itemWidth: 15,
itemHeight: 10
},
grid: {