Merge pull request #482 from dataease/pr@v1.1@fix_雷达图数据结构

fix: 雷达图数据结构
This commit is contained in:
XiaJunjie2020 2021-08-03 11:48:39 +08:00 committed by GitHub
commit a48ee0155a
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
}
]
}