FriendsA commented on issue #19658:
URL: https://github.com/apache/echarts/issues/19658#issuecomment-1968412889

   > Your data contains a large number of `null` values at start and end. The 
property 
[connectNulls](https://echarts.apache.org/en/option.html#series-line.connectNulls)
 interpolates the line if **inbetween** two datapoints there are `null` values. 
In Your case there is no datapoint to connect to in the beginning. You could 
add an auxiliary point at the beginning to combat that. Additionally, when 
zooming in, all data points outside of the view are filtered out which leads to 
the same problem. You can add 
[filterMode](https://echarts.apache.org/en/option.html#dataZoom-slider.filterMode)
 `'none'` to not filter out data but this will slow down performance.
   
   thinks for your help! you can hidden the line which have `null` data and 
leave the other complete line only,it  also can not display the last point 
which the date at 2022-09-26.  I want it can display last point on chart!   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to