eCharts axisLabel 格式化程序 return html

eCharts axisLabel formatter return html

我们如何使用格式化函数 return 一个 HTML 元素,如锚元素。

xAxis: {
    data: xAxisData,
    axisLabel: {
        formatter: function (value) {
        return "{<a href='https://www.google.com'>" + value + "</a>}";
    }
}    

这甚至可以用 eCharts 实现吗?

不支持此标签。对于格式化,您可以使用 rich text but if you want to bind some actions on label's click check my .