Skip to content

Commit a7a6eee

Browse files
committed
build: 5.6.0发布
1 parent eacbc41 commit a7a6eee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33
## 5.6.0
4-
`To be released`
4+
`2020-08-29`
55
+ 🆕 Add `render` property for custom technical indicators.
66
+ 🆕 Custom indicator api `calcTechnicalIndicator`, add parameter `plots`.
77
+ 🆕 Add `xAxis.height` and `yAxis.width` to configuration items.

docs/zh-CN/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 版本日志
22

33
## 5.6.0
4-
`待发布`
4+
`2020-08-29`
55
+ 🆕 自定义技术指标新增`render`属性。
66
+ 🆕 自定义指标方法`calcTechnicalIndicator`,增加参数`plots`
77
+ 🆕 配置项新增`xAxis.height``yAxis.width`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"k-line",
2323
"time-line",
2424
"candlestick",
25-
"technical-indicator",
25+
"technical-indicators",
2626
"stocks",
2727
"charts",
2828
"canvas"

0 commit comments

Comments
 (0)