v-charts改变折线图颜色
2020-08-06 本文已影响0人
懿小诺
<ve-line :extend="chartExtend" :colors="colors" :data="chartData" height="360px" :settings="chartSettings" />
1.在组件中绑定colors属性
2.然后在vue的data里给colors: ['red','green']值即可
<ve-line :extend="chartExtend" :colors="colors" :data="chartData" height="360px" :settings="chartSettings" />
1.在组件中绑定colors属性
2.然后在vue的data里给colors: ['red','green']值即可