After upgrading dash_ag_grid from 32.3.4 to 33.3.3, AG Charts are not working.
Simply specifying 'enableCharts': True is not enough.
The error message in the browser console points to https://www.ag-grid.com/archive/33.3.2/react-data-grid/errors/200
What is the proper procedure for enabling AG Charts in Dash AG Grid?
After upgrading
dash_ag_gridfrom 32.3.4 to 33.3.3, AG Charts are not working.Simply specifying
'enableCharts': Trueis not enough.The error message in the browser console points to https://www.ag-grid.com/archive/33.3.2/react-data-grid/errors/200
What is the proper procedure for enabling AG Charts in Dash AG Grid?