This question has been flagged
1 Reply
7707 Views

Is it official that Chart.js will be available on v13?

When can we expect to have it ready?

Will it require special installation or configuration? If so, there any guides available?

Many thanks

Avatar
Discard
Best Answer

yes, chart.js is officially available in V13.
It does not require any installation by default available but for the configuration, it depends on your requirements how do you want to use it. odoo use chartjs for render graph(view)

for the guideline, you may refer official doc of chartjs 
ref: https://github.com/odoo/odoo/blob/13.0/addons/web/static/lib/Chart/Chart.js

Avatar
Discard
Author

Thank you for your answer. I have been testing Community versions 12 and 13 and the only difference I can see is a new button on bar charts for stacking but I couldn´t make it work. My main interest is to be able to plot more than one series of data and/or use more than one chart type at a time. For what I´ve read, chart.js can do those things... Will those options be available anytime soon in odoo?