From 73d60380d4a9e9369d9c1496ad7555ac368ad8a2 Mon Sep 17 00:00:00 2001 From: liihuu Date: Sat, 15 Apr 2023 19:18:21 +0800 Subject: [PATCH] docs: v9.1.3 docs --- docs/en-US/guide/changelog.md | 9 +++++++++ docs/en-US/guide/faq.md | 2 +- docs/guide/changelog.md | 9 +++++++++ docs/guide/faq.md | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/en-US/guide/changelog.md b/docs/en-US/guide/changelog.md index 55a066cae..878210464 100644 --- a/docs/en-US/guide/changelog.md +++ b/docs/en-US/guide/changelog.md @@ -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`. diff --git a/docs/en-US/guide/faq.md b/docs/en-US/guide/faq.md index 6cadfcc17..f54d9efaa 100644 --- a/docs/en-US/guide/faq.md +++ b/docs/en-US/guide/faq.md @@ -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', }, diff --git a/docs/guide/changelog.md b/docs/guide/changelog.md index 0784b5282..fd55f5055 100644 --- a/docs/guide/changelog.md +++ b/docs/guide/changelog.md @@ -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`触发事件不准确问题。 diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 21a99bdae..f1ace8e3a 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -10,7 +10,7 @@ 通过样式设置。 ```javascript -chart.setStyleOptions({ +chart.setStyles({ candle: { type: 'area', },