rusackas commented on issue #29854:
URL: https://github.com/apache/superset/issues/29854#issuecomment-2269486895

   I think dosu is on the right path here... in essence, the x axis is usually 
time, and we'd expect to see values for all series at each interval. In a case 
like that, we'd either assume the missing data point is either null and not 
draw it (like you see here) or you can use the Advanced Analytics to resample 
the data and enable 'zero imputation' to make the missing datapoints a zero. 
However, when using a numeric axis like this, I'm not sure we should make these 
same assumptions... it might make sense to just make all series contiguous 
lines like you're expecting. I'm sure there are use cases where people _won't_ 
want that behavior (i.e. if you're expecting a point for each series at each x 
axis tick) so maybe we'll need a "contiguous lines" checkbox or something.


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