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] 9.8.1 设置成百分比后出现大量error

helixtomcat opened this issue · comments

版本

9.8.1

复现步骤

默认方式初始化图表

当前效果

YAxis是Normal时没有问题,一旦切换成百分比后就出现大量错误,同样代码在9.7.2中运行正常
image
image

预期效果

无error

环境

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

补充说明

No response

我也遇到这个问题,这个有解决方案吗?我看了下代码,visibleDataList { data: undefined, dataIndex: -15, x: -17.5 } 里面有 undefined,不知道如何产生的