Vue Data GridAG Grid Error #257

You are using an older version of AG Grid. To upgrade, please see the migration guide.

Full Error Text

IntegratedChartsModule must be initialised with an AG Charts module. One of 'AgChartsCommunityModule' / 'AgChartsEnterpriseModule'.

import { AgChartsEnterpriseModule } from 'ag-charts-enterprise';
import { ModuleRegistry } from 'ag-grid-community';
import { IntegratedChartsModule } from 'ag-grid-enterprise';
    
ModuleRegistry.registerModules([IntegratedChartsModule.with(AgChartsEnterpriseModule)]);
    
To show this error text in the dev console, import the ValidationModule.