-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(vis-type: bar): add tooltip to clipped axis labels #599
Merged
dvdanielamoitzi
merged 8 commits into
develop
from
ua/add-tooltip-to-clipping-axis-labels
Oct 28, 2024
Merged
fix(vis-type: bar): add tooltip to clipped axis labels #599
dvdanielamoitzi
merged 8 commits into
develop
from
ua/add-tooltip-to-clipping-axis-labels
Oct 28, 2024
Conversation
This file contains 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
dvdanielamoitzi
approved these changes
Oct 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for the changes @dv-usama-ansari ! 👍
Merged
Merged
thinkh
added a commit
that referenced
this pull request
Nov 6, 2024
## What's Changed * fix(vis-type: bar): grouping with zero values by @dvdanielamoitzi in #598 * fix(vis-type: bar): add tooltip to clipped axis labels by @dv-usama-ansari in #599 * fix(vis-type: bar): selection is lost when bar plot is sorted by @dv-usama-ansari in #604 * feat: use `FastTextMeasure` to get the truncated labels by @dv-usama-ansari in #606 * fix(vis-type: bar): axis labels when sort state is null by @dv-usama-ansari in #607 * fix: capturing a screenshot is broken for several visualizations by @oltionchampari in #608 * feat(icon): Option for descending sort first + no unsorted state by @dvdanielamoitzi in #609 * feat: Add `onClick` to `usePan` by @dvmoritzschoefl in #619 * feat: add `get_default_redis_url()` by @dvviktordelev in #610 * feat(vis-type: scatter): Add log scale option for axes by @dvmoritzschoefl in #602 * fix: exports in general vis by @dvdanielamoitzi in #621 * Added `useAnimatedTransform` hook by @dvmoritzschoefl in #620 * Pinned @swc/core to 1.7.42 by @dvmoritzschoefl in #622 **Full Changelog**: v14.1.0...14.2.0
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.
Coming from #596 (comment)
Developer Checklist (Definition of Done)
Issue
UI/UX/Vis
Code
PR
release: minor
) to this PR following semverCloses #...
)Summary of changes
Screenshots
bar-plot-axis-tooltip.webm
Additional notes for the reviewer(s)