odoo/o-spreadsheet#4374
Created by BI, Hendrickx Anthony (anhe)
Closed
- label
- odoo:master-chart-add_radar_chart-anhe
- head
- eebc96e2b7ffd9b8d4520594ae82a64aec744214
| odoo/o-spreadsheet | |
|---|---|
| master | #4374 |
[IMP] charts: Add Radar Chart
Description:
This task aims to add the new Radar chart type. It also add a POC for the "all" series edition (in the radar chart design panel) that will be added to any other chart in another task.
Related Task(s)
Task: : 3633666
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