Google Charts API

From Earlham CS Department
Revision as of 04:15, 3 February 2014 by Ghcrows13 (talk | contribs)
Jump to navigation Jump to search

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

Google

[Library Documentation]

[Code Playground]

  • The column chart, combo chart,

External

Snippets