Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Line Chart Material Curve

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!

like image 772
puppyFlo Avatar asked Feb 20 '15 13:02

puppyFlo


People also ask

Does Google have a chart maker?

About Google chart tools Google chart tools are powerful, simple to use, and free. Try out our rich gallery of interactive charts and data tools.

How do you make a line graph on Google drawings?

Click on the Insert tab and then click on the Charts. The Insert a Chart window will open up on the screen. Scroll down to Line and select the desired line graph. Click on OK to insert the line graph on your page.


1 Answers

the list of features not working in Material charts can be found here...

Tracking Issue for Material Chart Feature Parity #2143

which includes...

curveType
series.*.curveType

like image 58
WhiteHat Avatar answered Sep 28 '22 18:09

WhiteHat