Rico Lee

Results 3 issues of Rico Lee

Hi there~ When width of Xcode's editor is small, the code line will wrapped. if I press "J" or "K" key to move up down , the cursor will pass...

希望可以修改下render方法,以能支持配置中使用回调函数的写法? 比如: 饼图的Series 里有一个 labelLayout 配置, 这个配置可以写成函数回调的方式: echarts 支持这么设置: ```javascript { series:[{ labelLayout: function (params) { const isLeft = params.labelRect.x < myChart.getWidth() / 2; const points = params.labelLinePoints; // Update...

如果监听 “afterRenderShape” 事件的话, 它刷新太频繁了, 我想在比如移动了形状后才拿到 移动形状后的数据, 不知道有没有这个事件?