react-google-charts
react-google-charts copied to clipboard
How to access the DataView?
Hi,
I would like to customize the chart line color depending on the actual value. I found this example that works fine, but requires setting a specific object to the dataView.
How to achieve that with this library?
Regards
I have the same goal, tryied for hours, only using an n^rows.length quantity of if conditions to set options.series.color prop but this isn't a solution!!! Please help!