--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.
Marco,Not all the old options work in the new charts yet. If you want the new style with the old charts, you can try the 'theme': 'material' option.
On Sat, Jan 31, 2015 at 6:24 AM, Marco Natalini <natalin...@gmail.com> wrote:
HelloI'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 google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.