举例:让echarts markpoint动画展示, 修改源码支持动态展示
1.npm install echarts
2.从nodemodules文件夹中找到echarts源码文件夹
3.找到lib和src \lib\chart\helper\Symbol.js和\src\chart\helper\Symbol.js
修改源码graphic.initProps(symbolPath, target, seriesModel, idx, ()=>{if (seriesModel.option.afterCompleteAnimation){seriesModel.option.afterCompleteAnimation(this);}});加一个方法参数,如果存在就执行方法。
4.在echarts的markPoint里写这个动画函数afterCompleteAnimation