BrazilAmando
Results
1
issues of
BrazilAmando
### What problem does this feature solve? 当前版本的echarts似乎并不支持SVG中的marker元素使用,在绘制某些特定图形时比较麻烦,如添加箭头等 ### What does the proposed API look like? 在renderItem 返回的path元素的style中,添加一个defs属性: {type:'path', shape:{d:'M0,0 h100'}, style:{ defs:[ { marker:{id:'arrow',markerHeight:10,markerWidth:10,refX:5,refY:5, type:'circle', shape:{cx:0,cy:0,r:5},style:{fill:'red',stroke:'black'}}}}
support
waiting-for: author