Vue Data GridAG Grid Error #258

Full Error Text

SparklinesModule 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 { SparklinesModule } from 'ag-grid-enterprise';
    
ModuleRegistry.registerModules([SparklinesModule.with(AgChartsEnterpriseModule)]);
    
To show this error text in the dev console, import the ValidationModule.