-
Notifications
You must be signed in to change notification settings - Fork 38
V2 #89
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
Merged
Merged
V2 #89
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i suck at math
commit 81a0e2e Author: antoniolago <45375617+antoniolago@users.noreply.github.com> Date: Sun Feb 2 01:28:59 2025 -0300 tst commit dc6f5f4 Author: antoniolago <45375617+antoniolago@users.noreply.github.com> Date: Sat Feb 1 01:12:26 2025 -0300 fix height correction commit f098e46 Merge: 0d65e12 b7905ca Author: antoniolago <45375617+antoniolago@users.noreply.github.com> Date: Fri Jan 31 23:03:57 2025 -0300 Merge branch 'main' into resize2 commit 0d65e12 Author: antoniolago <45375617+antoniolago@users.noreply.github.com> Date: Fri Jan 31 22:59:48 2025 -0300 tst commit b7905ca Author: antoniolago <45375617+antoniolago@users.noreply.github.com> Date: Fri Jan 31 22:39:50 2025 -0300 Update package.json commit d512b31 Author: Antônio Lago <45375617+antoniolago@users.noreply.github.com> Date: Fri Jan 31 22:05:17 2025 -0300 Fix flickering on resize (#73)
Updated README to include new features, installation instructions, and API reference.
…act-gauge-component into resize-checkpoint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I reverted merging #87 because I found out later it was not really stable.
This new version was released for now as v2.0.05-rc, I will resume the work to merge this into main after Jan 15
Issues to solve for stable release:
On mobile, gauges are not rendering correctly

When changing angles pointers vanishes sometimes (ONLY GRAFANA TYPE), actually any kind of inner resize operation (like changing ticks sizes) will cause this bug, but changing any other input will bring the pointers back.
Gauges are changing its viewbox even when no resize is performed, with the wrong enough html layout it will loop a very tiny range but enough to cause infinite flickering.