I have been trying to migrate some existing charts to the newer Google Material view however the Line chart won't allow me to display it with a curved line.
You can see their new chart half way down this link:
https://developers.google.com/chart/interactive/docs/gallery/linechart
Just wondering if anyone has found a way to get this working?
And yes, i am including this in my JSON options:
curveType: 'function',
Any help would be greatly appreciated!
google.charts.Line.convertOptions(options)
listed here developers.google.com/chart/interactive/docs/gallery/linechart – Gerrygerrymander