[Bug] 自定义指标,设置了extendData,获取Indicator,extendData为undefined
Closed this issue · 0 comments
Unchanged-Is-Changed commented
版本
9.8.1
复现步骤
用demo跑的,data 是通过下面这两行打印的
var indicators = chart.getChartStore().getIndicatorStore().getInstances("candle_pane");
console.log("data====",indicators)
https://stackblitz.com/edit/tcpmpk?file=index.js
当前效果
--
预期效果
extendData有值
环境
- 系统:
- 浏览器:
- 框架:
补充说明
No response