Skip to content

Instantly share code, notes, and snippets.

@hobbes3
Last active September 10, 2015 21:43
Show Gist options
  • Save hobbes3/0746388e6872219db6e4 to your computer and use it in GitHub Desktop.
Save hobbes3/0746388e6872219db6e4 to your computer and use it in GitHub Desktop.
updating viz options render
mvc.Components.get('my_chart').getVisualization(function(viz) {
viz.settings.set("charting.axisY.scale", "linear");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment