[FIX] Chart type: first chart type change resulted in empty chart#8748
Closed
fw-bot wants to merge 2 commits into
Closed
[FIX] Chart type: first chart type change resulted in empty chart#8748fw-bot wants to merge 2 commits into
fw-bot wants to merge 2 commits into
Conversation
Before this commit: When changing the chart type for the first time, the dataSource in the chart definition was empty, which caused the chart to be empty. How to reproduce: 1. Create a chart 2. Change the chart type in the side panel from bar to sunburst 3. The chart becomes empty 4. Change again the chart type to bar, the chart is not empty 5. Change again the chart type to sunburst, the chart is not empty Task: 6197123 X-original-commit: 6fc6a5f
Before this commit: When changing the chart type from sunburst to bar, the label range was not applied. How to reproduce: 1. Create a hierarchical chart 2. Change the chart type in the side panel from sunburst to bar 3. The label range is empty Task: 6197123 X-original-commit: a8deb38
Collaborator
Collaborator
Author
|
@matho-odoo @pro-odoo this PR targets master and is the last of the forward-port chain. To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
robodoo
pushed a commit
that referenced
this pull request
May 19, 2026
Before this commit: When changing the chart type for the first time, the dataSource in the chart definition was empty, which caused the chart to be empty. How to reproduce: 1. Create a chart 2. Change the chart type in the side panel from bar to sunburst 3. The chart becomes empty 4. Change again the chart type to bar, the chart is not empty 5. Change again the chart type to sunburst, the chart is not empty Task: 6197123 X-original-commit: 6fc6a5f Part-of: #8748 Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
May 19, 2026
Before this commit: When changing the chart type from sunburst to bar, the label range was not applied. How to reproduce: 1. Create a hierarchical chart 2. Change the chart type in the side panel from sunburst to bar 3. The label range is empty closes #8748 Task: 6197123 X-original-commit: a8deb38 Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
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.

Before this commit:
When changing the chart type for the first time, the dataSource in the chart definition was empty, which caused the chart to be empty.
How to reproduce:
Task: 6197123
review checklist
Forward-Port-Of: #8578