Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
柱线图的使用率和容量的颜色色值更改 See merge request !82
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -716,7 +716,7 @@ export const monitorCustomBarLineChart = { | @@ -716,7 +716,7 @@ export const monitorCustomBarLineChart = { | ||
716 | label: '', | 716 | label: '', |
717 | name: 'customColor', | 717 | name: 'customColor', |
718 | required: false, | 718 | required: false, |
719 | - value: [{color: '#3b91ff'}, {color: '#ff1111'}, {color: '#2c2f90'}], | 719 | + value: [{color: '#3b91ff'}, {color: '#2c2f90'}, {color: '#ff1111'}], |
720 | }, | 720 | }, |
721 | ], | 721 | ], |
722 | }, | 722 | }, |
-
Please register or login to post a comment