fix: allow toggling/untoggling custom tooltip#19484
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
9d5cbe0 to
595cc92
Compare
e8ddf02 to
6794a3b
Compare
|
Your preview environment pr-19484 has been deployed. Preview environment endpoints are available at: |
Preview Environment🌐 URL: https://lightdash-preview-pr-19484.lightdash.okteto.dev 📋 Logs: View in GCP Console 🔧 SSH: |
595cc92 to
cf43c42
Compare
6794a3b to
aa261c5
Compare
packages/frontend/src/components/VisualizationConfigs/ChartConfigPanel/Legend/TooltipConfig.tsx
Show resolved
Hide resolved
cf43c42 to
3c8f4f3
Compare
aa261c5 to
5b0da2c
Compare
3c8f4f3 to
269dabe
Compare
Contributor
Author
Merge activity
|
lightdash-bot
pushed a commit
that referenced
this pull request
Jan 16, 2026
Collaborator
|
🎉 This PR is included in version 0.2347.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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
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.
Closes: PROD-2511
Description:
Improved tooltip configuration behavior in chart visualization by:
This creates a more responsive user experience while maintaining the debounce protection during active editing.