Skip to content

Commit

Permalink
docs: v9.1.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Feb 23, 2023
1 parent 9d4396d commit 0022216
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 📠 Change Log
## 9.1.0
`2023-02-23`
+ 🆕 The chart instance method `subscribeAction` and `unsubscribeAction` types add `onCandleBarClick`.
+ 🆕 The overlay supports double-clicking to force the end of drawing.
+ 💄 Optimize event handling.


## 9.0.1
`2023-02-17`
🐞 Fix the introduction of typescript.
Expand Down
8 changes: 7 additions & 1 deletion docs/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# 📠 更新日志
## 9.1.0
`2023-02-23`
+ 🆕 图表实例方法`subscribeAction``unsubscribeAction`类型新增`onCandleBarClick`
+ 🆕 覆盖物支持双击强制结束绘制。
+ 💄 优化事件处理。

## 9.0.1
`2023-02-17`
🐞 修复typescript引入问题。
+ 🐞 修复typescript引入问题。

## 9.0.0
`2023-02-16`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klinecharts",
"version": "9.0.1",
"version": "9.1.0",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "index.js",
"types": "./types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ export declare enum ActionType {
OnVisibleRangeChange = "onVisibleRangeChange",
OnTooltipIconClick = "onTooltipIconClick",
OnCrosshairChange = "onCrosshairChange",
OnCandleBarClick = "onCandleBarClick",
OnPaneDrag = "onPaneDrag"
}
export type LoadMoreCallback = (timestamp: Nullable<number>) => void;
Expand Down

0 comments on commit 0022216

Please sign in to comment.