duyu123
Results
2
issues of
duyu123
` easingFn: { type: Function, default(t, b, c, d) { return c * (-Math.pow(2, -10 * t / d) + 1) * 1024 / 1023 + b; } } `...
### What problem does this feature solve? 目前数据源是后端用websocket提供,1ms会有新数据推送。使用setOption会使页面上刻度闪烁,放大缩小旋转角度都特别卡顿。使用appendData是增量更新,显示异常。所以需要一个API,单独渲染指定series,海量实时更新数据 ### What does the proposed API look like? coverData
new-feature
pending