feat: usage export data

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent 471e1ae96f
commit a161fa953e
13 changed files with 301 additions and 43 deletions
+2 -13
View File
@@ -62,12 +62,7 @@ const MixLineBarChart: React.FC<
yAxis,
legend: {
...legend,
data: legendData.map((item: any) => {
return {
name: item,
icon: 'circle'
};
})
data: legendData
},
series: []
@@ -112,16 +107,10 @@ const MixLineBarChart: React.FC<
},
yAxis: [
{
...options.yAxis,
min: 0,
splitNumber: 7
...options.yAxis
},
{
...options.yAxis,
min: 0,
max: 70,
splitNumber: 7,
nameTextStyle: {
fontSize: 12,
align: 'right'