odoo / o-spreadsheet

Other
184 stars 41 forks source link

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

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#4583 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.3 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 ci/runbot failed on this forward-port PR

hokolomopo commented 2 months ago

@robodoo r+

fw-bot commented 2 months ago

@hokolomopo @pro-odoo this PR was modified / updated and has become a normal PR. It must be merged directly.