Merge pull request #483 from dataease/pr@dev@fix_雷达图数据结构

fix: 雷达图数据结构
This commit is contained in:
XiaJunjie2020 2021-08-03 11:51:56 +08:00 committed by GitHub
commit a2ac6e5ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
]
}