Skip to content

Commit

Permalink
docs: v9.2.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Apr 23, 2023
1 parent 866d1ad commit 2e9ca76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 📠 Change Log

## 9.2.0
`2023-04-24`
+ 🆕 Add instance API `getOffsetRightDistance` and `executeAction`.
+ 🆕 Add success callback for instance APIs `applyNewData`, `applyMoreData` and `updateData`.
+ 🆕 Support the display of thousands.
+ 🆕 Add style configuration `candle.bar.upBorderColor`, `candle.bar.downBorderColor`, `candle.bar.noChangeBorderColor`, `candle.bar.upWickColor`, `candle.bar.downWickColor`, `candle.bar.noChangeWickColor`, `candle.tooltip.rect.position` and `candle.tooltip.rect.offsetBottom`.
+ 🆕 Add `realFrom` and `realTo` to all `visibleRange`.
+ 💄 Optimize API, `klinecharts.utils.isValid` and `klinecharts.utils.formatBigNumber`.
+ 💄 Optimize the log output in the development environment.

## 9.1.3
`2023-04-15`
+ 🐞 Fix the issue of not refreshing when the input parameter of the chart API `applyNewData` is an empty array.
Expand Down
10 changes: 10 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 📠 更新日志

## 9.2.0
`2023-04-24`
+ 🆕 实例API新增`getOffsetRightDistance``executeAction`
+ 🆕 实例API`applyNewData``applyMoreData``updateData`新增成功回调入参`callback`
+ 🆕 支持千分符显示。
+ 🆕 样式配置新增`candle.bar.upBorderColor``candle.bar.downBorderColor``candle.bar.noChangeBorderColor``candle.bar.upWickColor``candle.bar.downWickColor``candle.bar.noChangeWickColor``candle.tooltip.rect.position``candle.tooltip.rect.offsetBottom`
+ 🆕 所有`visibleRange`新增`realFrom``realTo`
+ 💄 优化API,`klinecharts.utils.isValid``klinecharts.utils.formatBigNumber`
+ 💄 优化开发环境下,日志输出。

## 9.1.3
`2023-04-15`
+ 🐞 修复图表api `applyNewData` 入参是空数组时不刷新问题。
Expand Down

0 comments on commit 2e9ca76

Please sign in to comment.