Google Charts API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
=Summary= | =Summary= | ||
=Introduction= | =Introduction= | ||
Google Charts are relatively easy to get running but have a lot of nuance to them. | |||
* Data can be imported via JSON or via arrays using [[https://developers.google.com/chart/interactive/docs/reference#dataparam this syntax]]. | |||
==Data Tables== | ==Data Tables== | ||
The [[https://developers.google.com/chart/interactive/docs/reference#DataTable DataTable]] class | |||
==Charts== | ==Charts== | ||
==Views== | ==Views== | ||
The [[https://developers.google.com/chart/interactive/docs/reference#DataView DataView]] class changes how a DataTable is represented. | |||
=Resources= | =Resources= | ||
Revision as of 08:15, 3 February 2014
Under construction during Spring 2014.
Summary
Introduction
Google Charts are relatively easy to get running but have a lot of nuance to them.
- Data can be imported via JSON or via arrays using [this syntax].
Data Tables
The [DataTable] class
Charts
Views
The [DataView] class changes how a DataTable is represented.
Resources
- The column chart, combo chart,