代码语言:javascript复制
<ve-candle :extend=”chartExtend”></ve-candle>
this.chartExtend = {
‘xAxis.0.axisLabel.rotate’: 45, //x轴文本倾斜
‘xAxis.0.axisLabel.color’: ‘white’, //x轴文本颜色
‘yAxis.0.axisLabel.color’: “white”, //y轴文本改变颜色
legend: {
textStyle: {
color: ‘white’,
}
}
};