-
Notifications
You must be signed in to change notification settings - Fork 19
fix: interpretations panel not displaying for pivot tables #3445
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
+42
−7
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
a7a4141 to
b95a93a
Compare
Contributor
|
🚀 Deployed on https://pr-3445.data-visualizer.netlify.dhis2.org |
* fix: use interpretations provider from analytics * chore: upgrade analytics * chore: update analytics * chore: update analytics to v29.0.1
## [101.3.3](v101.3.2...v101.3.3) (2025-10-29) ### Bug Fixes * use interpretations provider from analytics [DHIS2-19822] ([#3438](#3438)) ([2ab40fc](2ab40fc))
2601d81 to
580d1a0
Compare
…ta-visualizer-app into fix/pivot-interpretations-panel
HendrikThePendric
previously approved these changes
Nov 4, 2025
…ta-visualizer-app into fix/pivot-interpretations-panel
|
HendrikThePendric
approved these changes
Nov 5, 2025
dhis2-bot
added a commit
that referenced
this pull request
Nov 5, 2025
## [101.3.5](v101.3.4...v101.3.5) (2025-11-05) ### Bug Fixes * interpretations panel not displaying for pivot tables ([#3445](#3445)) ([d50cf53](d50cf53))
Contributor
|
🎉 This PR is included in version 101.3.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.



Implements DHIS2-20362
Description
The interpretations panel was not being displayed when clicking the Interpretations toggler. This seems to be because adding the right panel did not trigger a resize event, so the pivot table doesn't get resized, and the right panel width stays at 0 even though its content is 380px wide.
With the fix, the VisualizationPlugin calculates the available width when the panel is opened/closed, and passes that to the PivotTable component.
This should have no effect on dashboard or on charts, but it's not a bad idea to confirm.
Quality checklist
Add N/A to items that are not applicable.