Bug report
Codepen
https://codepen.io/RomRider/pen/mdrZPxB
Explanation
On a datetime chart, if smoothing is enabled and the serie type is area, if any of the data is null 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 the null entry in the dataset with a real value.
No error message displayed.
Bug report
Codepen
https://codepen.io/RomRider/pen/mdrZPxB
Explanation
On a
datetimechart, if smoothing is enabled and the serie type isarea, if any of the data isnullin 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
straightor replace thenullentry in the dataset with a real value.With

straight:Without

nullin the dataset:No error message displayed.