-
Notifications
You must be signed in to change notification settings - Fork 47
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
[IMP] charts: handles multiple bars in combo chart #4957
Conversation
885ee75
to
f5f67fd
Compare
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.
That's a neat little feature 😊
src/components/side_panel/chart/combo_chart/combo_chart_design_panel.ts
Outdated
Show resolved
Hide resolved
src/components/side_panel/chart/combo_chart/combo_chart_design_panel.xml
Outdated
Show resolved
Hide resolved
2179682
to
dea3e44
Compare
src/components/side_panel/chart/combo_chart/combo_chart_design_panel.ts
Outdated
Show resolved
Hide resolved
dea3e44
to
d0b80e5
Compare
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.
I re-targeted to 18.0
robodoo r+
Task Description This task adds the possibility to choose which series are bar and line in a combo chart, make the user able to change this for each data series in the design pannel. When there is no bar series in the set, the first one is always considered as a bar chart, to stay consistent with the previous behavior. Related Task closes #4957 Task: 4164614 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
@anhe-odoo @LucasLefevre staging failed: ci/runbot (view more at https://runbot.odoo.com/runbot/build/68902314) |
Task Description This task adds the possibility to choose which series are bar and line in a combo chart, make the user able to change this for each data series in the design pannel. When there is no bar series in the set, the first one is always considered as a bar chart, to stay consistent with the previous behavior. Related Task Task: 4164614
d0b80e5
to
9d43b69
Compare
robodoo r+ |
Task Description
This task adds the possibility to choose which series are bar and line in a combo chart, make the user able to change this for each data series in the design pannel.
When there is no bar series in the set, the first one is always considered as a bar chart, to stay consistent with the previous behavior.
Related Task
review checklist