eCharts:如何在呈现 canvas 时删除下载按钮中的日语字符

eCharts: How to remove Japanese character in download button when canvas is rendered

我之前做了一些研究,但没有得到任何运气,我正在尝试删除那些日文字符。

我查看了所有选项,但到目前为止运气不好

Echarts 支持自定义 toolbox feature title 选项来更改

中的字符
toolbox.feature.saveAsImage 

例如:

option = {
    toolbox: {
        show: true,
        feature: {
            saveAsImage: {
                title: 'save As Image'
            },
            restore: {
                title: 'restore'
            }
        }
    },
    ...
    title: {},
    xAxis: [],
    ..
}

顺便说一句,不是日文,是汉字
'保存为图片'表示'save as image'