Skip to content

Type area doesn't properly display the filled area if any data is null in a datetime chart #2180

@RomRider

Description

@RomRider

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.

image

It works well if you change the line type to straight or replace the null entry in the dataset with a real value.

  • With straight:
    image

  • Without null in the dataset:
    image

No error message displayed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions