Skip to content

Commit

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

## 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.
+ 🐞 Fix the issue of cross cursor text not displaying on the y-axis when there is no data.
+ 💄 Optimize the display of area chart.
+ 💄 Optimize coverage event callback parameters and add `figureKey` and `figureIndex`.
+ 💄 Optimize typescript overlay style types, as well as base types `DeepPartial` and `DeepRequired`.

## 9.1.2
`2023-04-10`
+ 🐞 Fix the issue of inaccurate triggering events for the built-in figure `line`.
Expand Down
2 changes: 1 addition & 1 deletion docs/en-US/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Chart default price precision is two decimal, call `setPriceVolumePrecision(pric
## How to create a real-time chart?
Through style settings.
```javascript
chart.setStyleOptions({
chart.setStyles({
candle: {
type: 'area',
},
Expand Down
9 changes: 9 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 📠 更新日志

## 9.1.3
`2023-04-15`
+ 🐞 修复图表api `applyNewData` 入参是空数组时不刷新问题。
+ 🐞 修复无数据时y轴上十字光标文字不显示问题。
+ 💄 优化面积图显示。
+ 💄 优化覆盖物事件回调参数,新增`figureKey``figureIndex`
+ 💄 优化typescript覆盖物样式类型,和基础类型`DeepPartial`, `DeepRequired`

## 9.1.2
`2023-04-10`
+ 🐞 修复内置基础图形`line`触发事件不准确问题。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
通过样式设置。

```javascript
chart.setStyleOptions({
chart.setStyles({
candle: {
type: 'area',
},
Expand Down

0 comments on commit 73d6038

Please sign in to comment.