Skip to content

Commit

Permalink
docs: v9.3.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed May 12, 2023
1 parent d0a7e25 commit 996a0a2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# 📠 Change Log

## 9.3.0
`2023-05-13`
+ 🆕 Add chart API `utils.calcTextWidth`.
+ 🆕 The instance APIs `createIndicator(value, isStack, options)` and `setPaneOptions(options)` have added `options. axisOptions`.
+ 🆕 The indicator graphic configuration supports customization.
+ 💄 Optimize the bar width ratio.
+ 💄 Optimize internal acquisition of screen pixel ratio.
+ 💄 Optimize internal ID generation.


## 9.2.2
`2023-05-04`
+ 🐞 Fix figure `line` check event error.
Expand Down
10 changes: 10 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# 📠 更新日志
## 9.3.0
`2023-05-13`
+ 🆕 新增图表API `utils.calcTextWidth`
+ 🆕 图表API `createIndicator(value, isStack, options)``setPaneOptions(options)`新增`options.axisOptions`
+ 🆕 指标图形配置支持自定义。
+ 💄 优化bar宽度比例。
+ 💄 优化内部获取屏幕像素比。
+ 💄 优化内部id生成。


## 9.2.2
`2023-05-04`
+ 🐞 修复基础图形`line`事件检查可能导致错误问题。
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.2.2",
"version": "9.3.0",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/klinecharts.min.js",
"module": "index.js",
Expand Down

0 comments on commit 996a0a2

Please sign in to comment.