Skip to content

Commit

Permalink
docs: v9.8.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Mar 13, 2024
1 parent c6918e3 commit 6b82e29
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 📠 Change Log

## 9.8.1
`2024-03-13`
+ 🐞 Fix an issue where initialize only `xAxis` in `layout` caused the chart to fail to initialize.
+ 🐞 Fix an issue when modify the built-in indicator `VOL` to `calcParams`.
+ 💄 Optimize the accuracy of width calculation when display decimal fold on the y-axis.
+ 💄 Optimize wheel event trigger.

## 9.8.0
`2024-03-04`
+ 🆕 Support custom coordinate axis.
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 📠 更新日志

## 9.8.1
`2024-03-13`
+ 🐞 修复初始化`layout`只指定`xAxis`时,导致图表无法初始化问题。
+ 🐞 修复内置指标`VOL`修改`calcParams`时出错问题。
+ 💄 优化y轴小数折叠显示时计算的宽度准确度。
+ 💄 优化滚轮事件触发。

## 9.8.0
`2024-03-04`
+ 🆕 支持自定义坐标轴。
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.8.0",
"version": "9.8.1",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 6b82e29

Please sign in to comment.