<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',
}
}
};
