klinecharts / KLineChart

📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)

Home Page:https://klinecharts.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] 样式配置 candle.tooltip.custom value.text 使用模板字符串不生效

ginping opened this issue · comments

版本

9.5.1

复现步骤

See the Pen klinecharts-bug on CodePen.

<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>

当前效果

image
image

预期效果

预期绿色部分的时间应该和黑色部分的时间一致,当前的问题是 value.text 使用模板字符串时仅触发了第一次渲染,没有触发后续的 tooltip 事件更新。

环境

- 系统:
- 浏览器:
- 框架:

补充说明

No response