We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacbc41 commit a7a6eeeCopy full SHA for a7a6eee
docs/en/CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Change Log
2
3
## 5.6.0
4
-`To be released`
+`2020-08-29`
5
+ 🆕 Add `render` property for custom technical indicators.
6
+ 🆕 Custom indicator api `calcTechnicalIndicator`, add parameter `plots`.
7
+ 🆕 Add `xAxis.height` and `yAxis.width` to configuration items.
docs/zh-CN/CHANGELOG.md
# 版本日志
-`待发布`
+ 🆕 自定义技术指标新增`render`属性。
+ 🆕 自定义指标方法`calcTechnicalIndicator`,增加参数`plots`。
+ 🆕 配置项新增`xAxis.height`和`yAxis.width`。
package.json
@@ -22,7 +22,7 @@
22
"k-line",
23
"time-line",
24
"candlestick",
25
- "technical-indicator",
+ "technical-indicators",
26
"stocks",
27
"charts",
28
"canvas"
0 commit comments