Skip to content

Defining a new chart

parasjain edited this page Jul 9, 2012 · 5 revisions

Creating an the chart index definition

In educhart.js, the charts object is defined in the init function. Each chart needs to have several key properties.

  • map: function that performs a map of a particular data set to another
  • Example: to map years in data set A to a value in B
Clone this wiki locally