[Vuejs]-Ag-Grid createRangeChart is not a function

0πŸ‘

βœ…

It seems to me that the ag-grid version you are using does not have createRangeChart.
It used to be called chartRange

Try this –

params.api.chartRange(chart_params);

Checkout the archived docs here – https://www.ag-grid.com/archive/21.2.1/javascript-grid-charts-chart-range-api/#chart-range-api-1

Leave a comment