-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(candlestick): data not render after NaN #11101
bug(candlestick): data not render after NaN #11101
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected] . If you are interested in the project, you may also subscribe our mail list. Have a nice day! 🍵 |
@yufeng04 yeah |
Version
4.2.1
Reproduction link
https://jsbin.com/jenekay/edit?html,js,output
Steps to reproduce
Use the candlestick of offical example
使用了官方的股票示例图
Set the number from 800th to 820th to be
NaN
第800到820个数据的数值设置为NaN
Then the previous 800 numbers can be rendered, while the data after 820th cannot be rendered, but the tooltip is available.
此时只显示前800个数据可以绘制图形,820个数据之后的图形没有绘制,但tooltip可见。
What is expected?
Data is visible.
k线图应该要可见
What is actually happening?
The later half part of the data is not visible.
后半截k线图不可见
The text was updated successfully, but these errors were encountered: