Hello
I'm trying to use new Material Chart version by loading version 1.1 of the
library.
I've set various kinds of options, like curveType animation and
focusTarget, but they don't works.
This is my option object:
var options = {
title: "my title",
legend: { position: 'bottom' },
width: "100%",
focusTarget: 'category',
curveType: 'function',
smoothingFactor: 0.8,
chartArea: {width: '90%', height: '80%'},
animation:{duration:1000, easing: 'out'}
};
Then I convert options with convertOptions method like this:
chart.draw(data, google.charts.Line.convertOptions(options));
maybe I forgot something?
Thanks for help.
Marco
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.