【发布时间】:2018-09-24 15:13:22
【问题描述】:
【问题讨论】:
【问题讨论】:
把这个函数放在 JS On data received 事件中就可以了!
function(context, data, $box) {
data.underlying.axes[0].caption[0] = textPreviousYear;
data.underlying.axes[0].caption[2] = textPeriod;
return data;
}
不确定这是最好的方法,但它确实有效。
【讨论】: