-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single point line not visible #1438
Comments
In this case, you could do |
Hello @FMorschel , thanks for the tip. Currently we dont show the dots, because it does not match the styling. For this specific case I will show it, as a good workaround. |
In the new versions, it shows. Can you please verify that? |
I don't see a change using 0.64 and the code from the first post. |
@DennisNurtio Can you please provide a reproducible code? |
Pasted the original code above into line 12 of |
I found the bug, thank you! |
Landed in 0.65.0 |
Describe the bug
A line chart with only one point will not show anything. I would expect at least a dot that shows a data point is added to the chart.
Scenario: our customer is setting up sensors. After setup the chart is shown (with a hourly interval) so the first point shows after/while installing. The next point would be visible after an hour. Currently the customer does not see any data in the first hour, and might wonder why the setup failed.
To Reproduce
The following code shows as an empty chart (while there is a data point available).
Screenshots
Versions
The text was updated successfully, but these errors were encountered: