Skip to content
New issue

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

Echart3 symbol能否用emptyCircle #4271

Closed
chm74 opened this issue Oct 18, 2016 · 3 comments
Closed

Echart3 symbol能否用emptyCircle #4271

chm74 opened this issue Oct 18, 2016 · 3 comments

Comments

@chm74
Copy link

chm74 commented Oct 18, 2016

问题简述 (One-line summary)

版本及环境 (Version & Environment)

  • ECharts 版本 (ECharts version):
  • 浏览器类型和版本 (Browser version):
  • 操作系统类型和版本 (OS Version):

重现步骤 (Steps to reproduce)

期望结果 (Expected behaviour)

可能哪里有问题 (What went wrong)

ECharts配置项 (ECharts option)

option = {

}

其他信息 (Other comments)

@pissang
Copy link
Contributor

pissang commented Oct 18, 2016

可以

@pissang pissang closed this as completed Oct 18, 2016
@chm74
Copy link
Author

chm74 commented Oct 18, 2016

{
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
}

@chm74
Copy link
Author

chm74 commented Oct 18, 2016

效果不对呀,echart3 doc里面symbol 没有支持这个emptyCircle的效果。我要怎么写

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants