Replies: 1 comment 2 replies
|
You could try Advanced Analytics -> Resample and tell it to use zero for nulls. I have had mixed results getting that to work but I think it's where this should be possible. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When producing time-series charts with regions of null/missing data, like the one above, Superset displays the strange behaviour of "stretching" out adjacent data points. In the example above, there is no data* between 7:15 and 8:55 - yet this displays as a continuous line between the two points. This is poor visualisation practice as it gives the impression of data existing where it does not.
Is there any way of configuring a Superset chart so that null values are displayed as 0?
All reactions