fix: 雷达图数据结构

This commit is contained in:
junjie 2021-08-03 11:47:51 +08:00
parent 091c8d4507
commit d188ac0eeb

View File

@ -43,7 +43,8 @@ export function baseRadarOption(chart_option, chart) {
data: [
{
value: y.data,
name: y.name
name: y.name,
label: y.label
}
]
}