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
Copy file name to clipboardExpand all lines: docs/en-US/api/chart/registerIndicator.md
+1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ outline: deep
34
34
-`regenerateFigures` Regenerates the basic graphics configuration. This is triggered when `calcParams` changes. The return value type is the same as `figures` .
35
35
-`createTooltipDataSource` Create custom prompts.
36
36
-`draw` Custom drawing method, if the return value is `true`, it will override the default drawing.
37
+
-`onClick` Click event.
37
38
-`onDataStateChange` Data change callback notification.
Copy file name to clipboardExpand all lines: docs/en-US/api/instance/createIndicator.md
+1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ outline: deep
35
35
-`regenerateFigures` Regenerates the basic graphics configuration. This is triggered when `calcParams` changes. The return value type is the same as `figures` .
36
36
-`createTooltipDataSource` Create custom prompts.
37
37
-`draw` Custom drawing method, if the return value is `true`, it will override the default drawing.
38
+
-`onClick` Click event.
38
39
-`onDataStateChange` Data change callback notification.
Copy file name to clipboardExpand all lines: docs/en-US/api/instance/overrideIndicator.md
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ outline: deep
36
36
-`regenerateFigures` Regenerates the basic graphics configuration. This is triggered when `calcParams` changes. The return value type is the same as `figures` .
37
37
-`createTooltipDataSource` Create custom prompts.
38
38
-`draw` Custom drawing method, if the return value is `true`, it will override the default drawing.
39
+
-`onClick` Click event.
39
40
-`onDataStateChange` Data change callback notification.
Copy file name to clipboardExpand all lines: docs/en-US/guide/changelog.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# 📠 Change Log
2
2
3
+
## 10.0.0-alpha5
4
+
`2025-03-09`
5
+
+ 👉 Style configuration `candle.tooltip.icons` changed to `candle.tooltip.features`, `indicator.tooltip.icons` changed to `indicator.tooltip.features`.
6
+
+ 👉 `icons` in the return value of the `createTooltipDataSource` method in the indicator changed to `features`.
7
+
+ 👉 The instance api `subscribeAction` and `unsubscribeAction` input parameter `onTooltipIconClick` changed to `onCandleTooltipFeatureClick`, and the indicator event is replaced by `indicator.onClick`.
8
+
+ 🐞 Fixed the problem that scrolling cannot be performed in certain situations on mobile terminals.
9
+
+ 💄 Optimize the display of overlay event response.
10
+
3
11
## 10.0.0-alpha4
4
12
`2025-02-23`
5
13
+ 🐞 Fix the issue that the parameter `more.backward` of `applyNewData` instance method is incorrect.
0 commit comments