We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
地图label设置normal状态show为true,emphasis状态show为false 即正常状态下地图标签显示,高亮状态下标签不显示。但是并没有生效,高亮状态依然会显示标签。
期望地图标签的显示效果与配置一样在正常状态下显示,高亮状态下不显示
使用下面提供的option内容,进入此页面: http://www.echartsjs.com/gallery/editor.html?c=doc-example/map-example
option = { title : { text: 'iphone销量', subtext: '纯属虚构', left: 'center' }, series : [ { name: 'iphone5', type: 'map', mapType: 'china', label: { normal: { show: true }, emphasis: { show: false } }, data:[ ] } ] };
The text was updated successfully, but these errors were encountered:
7d2908f
100pah
Successfully merging a pull request may close this issue.
General Questions
Issue Type
Issue Details
地图label设置normal状态show为true,emphasis状态show为false
即正常状态下地图标签显示,高亮状态下标签不显示。但是并没有生效,高亮状态依然会显示标签。
Expected Behavior
期望地图标签的显示效果与配置一样在正常状态下显示,高亮状态下不显示
Current Behavior
使用下面提供的option内容,进入此页面:
http://www.echartsjs.com/gallery/editor.html?c=doc-example/map-example
Online Example
Topics
Anything Else We Need to Know
Environment
3.x 4.x
The text was updated successfully, but these errors were encountered: