apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.2k stars 19.61k forks source link

option/tooltip/legend/selected 无法国际化处理 #9735

Closed luo772435545 closed 5 years ago

luo772435545 commented 5 years ago

General Questions

Issue Type

Issue Details

option/tooltip/legend/selected 无法国际化处理 因为显示的为key值

Expected Behavior

selected 使用value值控制

Current Behavior

Online Example

legend: { selected: { '中文': true, '中文1': false } },

Topics

Anything Else We Need to Know

Environment

Ovilia commented 5 years ago

You may use English version. Or overwrite Chinese text. What part to you want to change exactly?

luo772435545 commented 5 years ago

key值为中文无法国际化; The key ('中文') cannot be internationalized in Chinese legend: { selected: { '中文': true, '中文1': false } }

Ovilia commented 5 years ago

@luo772435545 This key is passed by user. You may use English if you wish.

luo772435545 commented 5 years ago

@Ovilia 您考虑问题的方式真的。。。打扰了