Adrien Minne
Adrien Minne
> I'm encountering a minor issue with TypeScript. I need the title's type to change based on the titleType property. If titleType is 'reference', the type of title should be...
Hello 👋 Sorry for the tardy answer. To create a new chart type, you need mutliple parts: - An implementation of `AbstractChart`. [Bar chart for example](https://github.com/odoo/o-spreadsheet/blob/17.0/src/helpers/figures/charts/bar_chart.ts) - Then you can...
> i assume i could do this by using a model.dispatch() call to specifically create a new chart in the model right ? i believe this could be enough for...
You can have a look at the commands handled by the `ChartPlugin` (`plugins.core/charts.ts`) to interact with the chart. Note that your original question was on radar charts, and those are...
> I'm not sure for the `BATCH_COMMANDS` name, as this is more like a command that can run any kind of callback, and, by design, every commands in the callback...
Hello, As far as I can tell we already support this feature (alt + enter or ctrl+ enter while editing a cell, you can test this on our [playground](https://odoo.github.io/o-spreadsheet/)). Is...
Need to run prettier 🙃