odoo / o-spreadsheet

Other
184 stars 41 forks source link

[FW][FIX] chart: cumulative not working for linear charts #4582

Closed fw-bot closed 2 months ago

fw-bot commented 2 months ago

Description

The cumulative chart option was not working for line charts with a linear/time axis.

This was because the data in the linear charts runtime was an array of objects {x, y} rather than an array of numbers, and this wasn't properly handled in the cumulative computations.

Task: : 4028957

review checklist

Forward-Port-Of: odoo/o-spreadsheet#4579 Forward-Port-Of: odoo/o-spreadsheet#4568

robodoo commented 2 months ago

Pull request status dashboard

fw-bot commented 2 months ago

This PR targets saas-17.1 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

fw-bot commented 2 months ago

@hokolomopo @pro-odoo the next pull request (odoo/o-spreadsheet#4583) is in conflict. You can merge the chain up to here by saying

@robodoo r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

pro-odoo commented 2 months ago

robodoo r+