echarts中通过markPoint添加自定义图形箭头
markPoint可以通过svg自定义图形,然后通过path引入
详细参考此篇文章:https://blog.csdn.net/qq_39759115/article/details/80506194
我的代码也是基于以上博客
我画的图形是一个箭头
如图
其中path: symbol:'path://M0 0 h 300 v -20 l 80 40 l -80 40 v -20...
原创
2018-08-13 17:50:10 ·
19003 阅读 ·
0 评论