This commit is contained in:
qsh
2024-06-28 11:24:27 +08:00
parent 31f028d8d8
commit fa2481ea3d
7 changed files with 65 additions and 53 deletions

View File

@@ -42,25 +42,7 @@ export const lineOptions: EChartsOption = {
show: false
}
},
series: [
{
name: '成交率',
smooth: true,
type: 'line',
data: [100, 120, 161, 134, 105, 160, 165, 114, 163, 185, 118, 123],
animationDuration: 2800,
animationEasing: 'cubicInOut'
},
{
name: t('analysis.actual'),
smooth: true,
type: 'line',
itemStyle: {},
data: [120, 82, 91, 154, 162, 140, 145, 250, 134, 56, 99, 123],
animationDuration: 2800,
animationEasing: 'quadraticOut'
}
]
series: []
}
export const pieOptions: EChartsOption = {