CN-1676 fix: 修正详情折线图的名称

This commit is contained in:
刘洪洪
2024-08-14 15:25:50 +08:00
parent 40b2823195
commit 52088a645e

View File

@@ -489,7 +489,7 @@ export const lineOption = {
}, },
series: [ series: [
{ {
name: 'event', name: 'match',
data: [], data: [],
type: 'line', type: 'line',
color: '#ff9a79', color: '#ff9a79',