You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: