Tuesday, September 24, 2024
2 changes · saas-17.4
New functionality added to Odoo
Spreadsheet charts now include an option to display data values directly on the chart, such as above lines or bars and inside pie slices. This makes charts easier to read and present without requiring users to inspect the underlying data separately.
Original PR description
## Task Description This task aims to add the possibility to show the value of the series on the chart (above the point for scatter/line chart, above the bar for bar/combo chart and inside part for pie chart). ## Related Task - Task: [3953835](https://www.odoo.com/odoo/project/2328/tasks/3953835?cids=1) - https://github.com/odoo/o-spreadsheet/pull/4324 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Spreadsheet chart settings now include an option to display data values directly on charts. This makes chart insights easier to read at a glance, whether users are working with line, bar, combo, scatter, or pie charts.
Original PR description
## Task Description This task aims to add the possibility to show the value of the serie on the chart (above the point for scatter/line chart, above the bar for bar/combo chart and inside part for pie chart). ## Related Task - Task: [3953835](https://www.odoo.com/odoo/project/2328/tasks/3953835?cids=1) - https://github.com/odoo/o-spreadsheet/pull/4324 - https://github.com/odoo/odoo/pull/171553