Skip to content

[Question] - Preventing Abrupt Drop to Zero #1006

@jonacds

Description

@jonacds

Hello, I have been using this chart for a short time, and I am encountering this issue:
I have a combined chart, and it happens that the green line has data starting from the 25th, while other lines have data starting from the 20th. I wanted to know if there is any configuration to avoid this abrupt drop to the value 0.

green line data: [ { "date": "2024-01-20", "value": null }, { "date": "2024-01-21", "value": null }, { "date": "2024-01-22", "value": null }, { "date": "2024-01-23", "value": null }, { "date": "2024-01-24", "value": null }, { "date": "2024-01-25", "value": 0.29919561743736267 } ]

Previously, I didn't have the values prior to the 25th, but it appeared incorrectly

image

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions