susiwen8 edited a comment on issue #10893: series-map label 只在高亮的情况下显示 URL: https://github.com/apache/incubator-echarts/issues/10893#issuecomment-514030483 去掉geo,series这样设置 series: [{ name: 'categoryA', type: 'map', mapType: 'china', geoIndex: 0, // tooltip: {show: false}, label: { normal: { show: false }, emphasis: { show: true } }, data: [{ name: '山东', value: 0, label: { show: true, } }, { name: '北京', value: 100 } ] }]
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
