Dash-ag-grid -- Chart API: Create range chart with data that is not in a column?

Hello @daflamingpotato,

Could you please provide a MRE:

This can help with troubleshooting.

The grid’s rowData object can always contain more info than what is displayed, this can be accessed via params.data[extraCol] where extraCol is your additional column in your data.

I haven’t used the charts from their enterprise, but I would think that this is possible.

1 Like