mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: echarts雷达图没有指标
This commit is contained in:
@@ -55,11 +55,11 @@ export function baseRadarOption(chart_option, chart) {
|
||||
name: y.name,
|
||||
label: y.label
|
||||
}
|
||||
]
|
||||
],
|
||||
selectedMode: true,
|
||||
select: BASE_ECHARTS_SELECT
|
||||
}
|
||||
y.value = JSON.parse(JSON.stringify(y.data))
|
||||
chart_option.series[0].selectedMode = true
|
||||
chart_option.series[0].select = BASE_ECHARTS_SELECT
|
||||
chart_option.series.push(d)
|
||||
|
||||
maxValues.push(Math.max.apply(null, y.value))
|
||||
|
||||
Reference in New Issue
Block a user