Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Question] - Preventing Abrupt Drop to Zero #1006

Open
jonacds opened this issue Nov 1, 2024 · 0 comments
Open

[Question] - Preventing Abrupt Drop to Zero #1006

jonacds opened this issue Nov 1, 2024 · 0 comments

Comments

@jonacds
Copy link

jonacds commented Nov 1, 2024

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

@jonacds jonacds changed the title Preventing Abrupt Drop to Zero [Question] - Preventing Abrupt Drop to Zero Nov 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant