rumbin commented on issue #4257: Line Chart lines are not continuos URL: https://github.com/apache/incubator-superset/issues/4257#issuecomment-359595955 Are you sure that real data points exist within the gaps at zero level? If the series is not completely contiguous the lines won't be drawn unless you resample the data in order to interpolate missing data points. I'd suggest to filter on one of the questionable series an then export the CSV or just display the data as table. So you can see if the query returns contiguous data.
---------------------------------------------------------------- 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
