aaronbannin commented on issue #5888: Display Null values as 0 on Timeseries Charts URL: https://github.com/apache/incubator-superset/issues/5888#issuecomment-422973552 Some examples: Line chart with disconnected lines for null values. Note that another metric has values for a given x-tick, so the chart "knows" that series A is null while series B has value.  Connecting null values: There is only 1 series, missing values for Sat, Sun, and Mon. The line is drawn between the two known data points. Inserting null values should produce the same result as the above example, but with one series.  
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
