apache / apache/echarts-theme-builder

导出的配置结构已不符合 5.x 的规则了

Open
#33 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
288
Forks
70
PR merge metrics
No merged PRs in 30d

Description

现在:
```
"label": {
"normal": {
"textStyle": {
"color": "#ffffff"
}
},
"emphasis": {
"textStyle": {
"color": "#3fb1e3"
}
}
}
```

5.x规则:
```
"label": {
"color": "#ffffff"
},
"emphasis": {
"color": "#3fb1e3"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.