Changes between Version 11 and Version 12 of VisualizationPlugin


Ignore:
Timestamp:
Jan 2, 2012, 4:37:36 PM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisualizationPlugin

    v11 v12  
    8686}}}
    8787
    88 The type name must exactly match those supported by the Google Visualization API [http://code.google.com/apis/chart/interactive/docs/gallery.html here] (no spaces). You can also customize all of its options available for that chart type.  For example, the {{{ColumnChart}}} type's options can be found [http://code.google.com/apis/chart/interactive/docs/gallery/columnchart.html#Configuration_Options here].  So if we wanted to add a title and change the color for the same table as shown in the screen at the top of this page, we can so this:
     88The type name must exactly match those supported by the Google Visualization API [http://code.google.com/apis/chart/interactive/docs/gallery.html here] (no spaces). You can also customize all of its options available for that chart type.  For example, the {{{ColumnChart}}} type's options can be found [http://code.google.com/apis/chart/interactive/docs/gallery/columnchart.html#Configuration_Options here].  So if we wanted to add a title and change the color for the same table as shown in the screen at the top of this page, we can do this:
    8989{{{
    9090[viz]