refactor: 图标样式优化

Former-commit-id: 1b9f02f3e0c46b3370850b6072b7bd4a94b87f73
This commit is contained in:
郝先瑞
2022-05-25 13:08:29 +08:00
parent ee205e84ec
commit a51d4f9371
2 changed files with 43 additions and 39 deletions

View File

@@ -70,7 +70,7 @@ function initChart() {
center: ['50%', '50%'],
roseType: 'area',
itemStyle: {
borderRadius: 6,
borderRadius: 1,
color: function (params: any) {
//自定义颜色
const colorList = ['#409EFF', '#67C23A', '#E6A23C', '#F56C6C'];