You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add removeGraphicMark, setGraphicMarkOptions, and createTechnicalIndicator to the chart instance methods.
Chart instance methods subscribeDrawAction and unsubscribeDrawAction are changed to subscribeAction and unsubscribeAction, and new types zoom and scroll are added.
Add getDistance, getRotatePoint, checkPointOnArc, and getRayLine to the graphics mark auxiliary methods.
When creating technical indicators, if it is a new window, you can customize the window id.
Built-in technical indicator BOLL, new calculation parameters.
When creating a graphic mark, you can customize the id and add event callbacks: onDrawStart, onDrawing, onDrawEnd, onClick, onRightClick, onPressedMove, onRemove.
Customize graphic markers, and add batch drawing of conntinuous_line and polygon.
💪 Function enhancement
Chart instance method removeTechnicalIndicator, when there is no technical indicator in the window, the window will be automatically removed.
The data source volume is no longer an unnecessary field.