Comparing version 0.0.12 to 0.0.13
@@ -54,2 +54,8 @@ /** | ||
serialize: function() { | ||
var json = this.toJSON(); | ||
json['plots'] = this.plots.toJSON(); | ||
return json; | ||
}, | ||
// Tells the chart to plot the key on the data objects. | ||
@@ -56,0 +62,0 @@ // The lowerY and upperY params can either be the string |
{ | ||
"name": "charted", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Charts an entire collection of data. Single or multiple y-axes. Support for 64-bit integers. Auto-resizing axes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
45711
1072