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
option = { }
The text was updated successfully, but these errors were encountered:
可以
Sorry, something went wrong.
{ name: 'Top', type: 'effectScatter', coordinateSystem: 'geo', data: convertIOCData(this.props.data.ioc), markPoint:{ symbol:'emptyCircle', symbolSize : 10, effect : { show: true, type: 'scale', shadowBlur : 0 } }, hoverAnimation: true, label: { normal: { formatter: '{b}', position: 'right', show: false, textStyle:{ color:'#000000' } } }, itemStyle: { normal: { color: '#f4e925', shadowBlur: 10, shadowColor: '#333' } }, zlevel: 1 }
效果不对呀,echart3 doc里面symbol 没有支持这个emptyCircle的效果。我要怎么写
No branches or pull requests
问题简述 (One-line summary)
版本及环境 (Version & Environment)
重现步骤 (Steps to reproduce)
期望结果 (Expected behaviour)
可能哪里有问题 (What went wrong)
ECharts配置项 (ECharts option)
其他信息 (Other comments)
The text was updated successfully, but these errors were encountered: