Skip to content

Commit

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

## 9.8.5
`2024-04-14`
+ 💄 Optimize the default right offset distance of the chart.
+ 🐞 Fix area chart display issue.
+ 🐞 Fix occasional blank spaces in chart.

## 9.8.3
`2024-04-12`
+ 💄 Optimize styles by adding `offsetLeft`, `offsetTop`, `offsetRight` and `offsetBottom` to `candle.tooltip` and `indicator.tooltip`.
Expand Down
6 changes: 6 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 📠 更新日志

## 9.8.5
`2024-04-14`
+ 💄 优化图表默认右偏移距离。
+ 🐞 修复面积图显示问题。
+ 🐞 修复图表偶发会空白问题。

## 9.8.3
`2024-04-12`
+ 💄 优化样式,`candle.tooltip``indicator.tooltip` 新增 `offsetLeft``offsetTop``offsetRight``offsetBottom`
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.3",
"version": "9.8.5",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 71ef652

Please sign in to comment.