-
Notifications
You must be signed in to change notification settings - Fork 246
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
First point not rendered as mouse-over-able #879
Comments
🎉 This issue has been resolved in version 0.12.0-dev.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@akloeckner |
The merged code is still in dev. We have never merged dev into master. I think we should do that at the next occasion. The code is stable for multiple months now... |
Then let's keep the issue open... |
🎉 This issue has been resolved in version 0.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@akloeckner
Shall we close? |
Yes! I thought, the issue would have been closed automatically.... |
When we render a graph, the
line
is drawn for all coordinates (or, data points). But the first coordinate is not drawn as apoint
, i.e. the user cannot hover over the point and read its value.Example following. Notice the missing small circle for the left-most data point. There should be 3 points. But only 2 are rendered.

Corresponding configuration:
Judging from the following code line, it seems this first point is removed on purpose. Is that correct? If so: Why is that? If not: Should it be fixed?
mini-graph-card/src/graph.js
Line 123 in 8e70381
The text was updated successfully, but these errors were encountered: