cracksalad commented on issue #20936:
URL: https://github.com/apache/echarts/issues/20936#issuecomment-2828999551

   > However there is another bug that I think has not been reported so far. 
The second (green) line data starts with multiple null values and shows the 
entire line as "empty" even though there are 'draft' values. 
   
   That is exactly what I was talking about: One dataset working as expected 
(blue) and one that does not (green). 
   
   > One workaround is to replace the first record null value with an empty 
string
   
   Can confirm, that this works. To elaborate further, one of the first 5 
values in the dataset must not be `null` in order for this to work as expected. 
That is probably why it seemed random to me.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to