-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Description
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
Thanks in advance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
