Skip to content

Commit bd7ebdb

Browse files
committed
docs: 修改文档
1 parent 5b67026 commit bd7ebdb

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

docs/en/changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
2-
## 8.0.1
3-
`2021-11-26`
2+
## 8.1.1
3+
`2021-12-19`
4+
+ 🐞 Fix the problem that the style technicalIndicator.tooltip.defaultValue does not take effect.
5+
+ 🐞 Fix the problem that dragging on the axis may cause the chart to display abnormally.
6+
+ 💄 Optimize shape, `onPressedMove` event.
7+
8+
## 8.1.0
9+
`2021-11-30`
410
+ 🆕 Style configuration adds `tag.mark.offset`, `tag.mark.borderColor`, `tag.mark.borderSize`, `tag.text.borderColor`, `tag.text.borderSize`.
511
+ 🐞 Fix the data loading page refresh problem.
612

docs/zh-CN/changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# 更新日志
2-
## 8.0.1
3-
`2021-11-26`
2+
## 8.1.1
3+
+ 🐞 修改样式technicalIndicator.tooltip.defaultValue不生效问题。
4+
+ 🐞 修复在轴上拖动可能导致图表显示异常问题。
5+
+ 💄 优化shape,`onPressedMove`事件
6+
7+
## 8.1.0
8+
`2021-11-30`
49
+ 🆕 样式配置新增`tag.mark.offset``tag.mark.borderColor``tag.mark.borderSize``tag.text.borderColor``tag.text.borderSize`
510
+ 🐞 修复数据加载页面刷新问题。
611

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "klinecharts",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Lightweight k-line chart built with html5 canvas",
55
"main": "index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)