Skip to content
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

Closed
pheart opened this issue Aug 26, 2019 · 3 comments · Fixed by OpenTMI/opentmi-default-gui#32 or DeviaVir/zenbot#2011 · May be fixed by dyna-dot/iClient-JavaScript-s#1
Closed

bug(candlestick): data not render after NaN #11101

pheart opened this issue Aug 26, 2019 · 3 comments · Fixed by OpenTMI/opentmi-default-gui#32 or DeviaVir/zenbot#2011 · May be fixed by dyna-dot/iClient-JavaScript-s#1
Labels
Milestone

Comments

@pheart
Copy link

pheart commented Aug 26, 2019

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线图不可见

@echarts-bot
Copy link

echarts-bot bot commented Aug 26, 2019

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

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! 🍵

@echarts-bot echarts-bot bot added bug pending We are not sure about whether this is a bug/new feature. waiting-for-help labels Aug 26, 2019
@yufeng04
Copy link
Contributor

It's a bug!
image

@pheart
Copy link
Author

pheart commented Aug 27, 2019

@yufeng04 yeah

@pissang pissang removed pending We are not sure about whether this is a bug/new feature. waiting-for-help labels Aug 27, 2019
@Ovilia Ovilia changed the title 股票图,数据有NaN时,NaN后面的k线图没有绘制 bug(candlestick): data not render after NaN Aug 27, 2019
@Ovilia Ovilia added this to the 4.4.0 milestone Aug 27, 2019
@pissang pissang assigned deqingli and unassigned deqingli Sep 2, 2019
yufeng04 pushed a commit to yufeng04/incubator-echarts that referenced this issue Sep 9, 2019
yufeng04 pushed a commit to yufeng04/incubator-echarts that referenced this issue Sep 10, 2019
pissang added a commit that referenced this issue Sep 16, 2019
@pissang pissang closed this as completed Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment