Commit dd2d6f92 by wusiyi

feat: 图表优化

parent 47e24ee4
...@@ -743,8 +743,17 @@ const createChartOption = ( ...@@ -743,8 +743,17 @@ const createChartOption = (
axisLabel: isPercent axisLabel: isPercent
? { ? {
formatter: '{value}%', formatter: '{value}%',
color: '#666',
} }
: undefined, : {
color: '#666',
},
axisLine: {
lineStyle: { color: '#ccc' },
},
splitLine: {
lineStyle: { color: '#eee' },
},
}, },
series: data.series.map((item) => ({ series: data.series.map((item) => ({
name: item.name, name: item.name,
......
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