rusackas commented on issue #29854: URL: https://github.com/apache/superset/issues/29854#issuecomment-2917294518
No matter the data (or axis) type, if there are points along the X axis that are NOT present in one series but not others, any missing data points are treated as null. If you want to plot contiguous lines along the X axis where there are not data points, the Advanced Analytics section's "fill rule" is your friend... you can choose zero imputation, linear interpolation, etc., and get the lines you're looking for. I'll close this one out as answered, but if there's more to be addressed here, holler and we can reopen! -- 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]
