Skip to content

Commit

Permalink
build: v9.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Jan 12, 2024
1 parent 22b89a4 commit f20a151
Show file tree
Hide file tree
Showing 3 changed files with 14 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

`2024-01-12`
+ 🐞 Fix the issue of ineffective indicator attributes `minValue` and `maxValue`.
+ 🐞 Fix the display issue on the x-axis of the overlay.
+ 💄 Optimize the display of style `candle.type: 'ohlc'`.
+ 💄 Optimize drawing clarity.

## 9.7.1
`2023-12-18`
+ 🐞 Fix indicators and overlays methods not effect error.
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.7.2
`2024-01-12`
+ 🐞 修复指标属性 `minValue``maxValue` 不生效问题。
+ 🐞 修复覆盖物x轴上显示问题。
+ 💄 优化样式 `candle.type: 'ohlc'` 显示。
+ 💄 优化绘制清晰度。

## 9.7.1
`2023-12-18`
+ 🐞 修复指标和覆盖物方法不执行问题。
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.7.1",
"version": "9.7.2",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit f20a151

Please sign in to comment.