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 | 91 | { |
| 92 | 92 | value:'支付宝', |
| 93 | 93 | textStyle:{ |
| 94 | - color:'#01AEFE' | |
| 94 | + color:'#01AEFE', | |
| 95 | 95 | } |
| 96 | 96 | }, |
| 97 | 97 | { |
| 98 | - value:'微信', | |
| 98 | + value:' 微 信 ', | |
| 99 | 99 | textStyle:{ |
| 100 | - color:'#06C406' | |
| 100 | + color:'#06C406', | |
| 101 | 101 | } |
| 102 | 102 | }, |
| 103 | 103 | { |
| 104 | - value:'其它', | |
| 104 | + value:' 其 它 ', | |
| 105 | 105 | textStyle:{ |
| 106 | - color:'#FFAB00' | |
| 106 | + color:'#FFAB00', | |
| 107 | 107 | } |
| 108 | 108 | } |
| 109 | 109 | ],//右侧Y轴值 | ... | ... |