Commit a3e443aa50689ae3aea50219fcc63eb112a781a7
1 parent
227ea0ff
add
Showing
1 changed file
with
5 additions
and
5 deletions
src/components/base/barChart.vue
| @@ -91,19 +91,19 @@ export default { | @@ -91,19 +91,19 @@ export default { | ||
| 91 | { | 91 | { |
| 92 | value:'支付宝', | 92 | value:'支付宝', |
| 93 | textStyle:{ | 93 | textStyle:{ |
| 94 | - color:'#01AEFE' | 94 | + color:'#01AEFE', |
| 95 | } | 95 | } |
| 96 | }, | 96 | }, |
| 97 | { | 97 | { |
| 98 | - value:'微信', | 98 | + value:' 微 信 ', |
| 99 | textStyle:{ | 99 | textStyle:{ |
| 100 | - color:'#06C406' | 100 | + color:'#06C406', |
| 101 | } | 101 | } |
| 102 | }, | 102 | }, |
| 103 | { | 103 | { |
| 104 | - value:'其它', | 104 | + value:' 其 它 ', |
| 105 | textStyle:{ | 105 | textStyle:{ |
| 106 | - color:'#FFAB00' | 106 | + color:'#FFAB00', |
| 107 | } | 107 | } |
| 108 | } | 108 | } |
| 109 | ],//右侧Y轴值 | 109 | ],//右侧Y轴值 |