Type area
doesn't properly display the filled area if any data is null
in a datetime
chart
#2180
Labels
area
doesn't properly display the filled area if any data is null
in a datetime
chart
#2180
Bug report
Codepen
https://codepen.io/RomRider/pen/mdrZPxB
Explanation
On a
datetime
chart, if smoothing is enabled and the serie type isarea
, if any of the data isnull
in the timeserie, there is a glitch in the filled area (it seems misaligned by some pixels whenever it has a point to display) and also the initial animation is broken.It works well if you change the line type to
straight
or replace thenull
entry in the dataset with a real value.With
straight
:Without
null
in the dataset:No error message displayed.
The text was updated successfully, but these errors were encountered: