odoo/o-spreadsheet#6377

Created by BI, Adrien Minne (adrm)
Merged at 4026c395a53b7af70b497e706a7107677fad429d

Statuses:

label
odoo:master-gauge-chart-animation-adrm
head
0b2681726ab0b72fa617bfbdf847c75cacfb6698
merged
2 months ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
master #6377

[IMP] gauge: add animation to the gauge chart

Description

This commit adds animations to the gauge chart in dashboard.

Task: 4788863

review checklist

  • [ ] feature is organized in plugin, or UI components
  • [ ] support of duplicate sheet (deep copy)
  • [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • [ ] in model/UI: ranges are strings (to show the user)
  • [ ] undo-able commands (uses this.history.update)
  • [ ] multiuser-able commands (has inverse commands and transformations where needed)
  • [ ] new/updated/removed commands are documented
  • [ ] exportable in excel
  • [ ] translations (_t("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo