hack, hack
authorDan Vanderkam <danvdk@gmail.com>
Sun, 29 Nov 2009 23:15:15 +0000 (18:15 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Sun, 29 Nov 2009 23:15:15 +0000 (18:15 -0500)
dygraph-combined.js
plotkit_v091/PlotKit/Layout.js

index 64357fe..dba1f2c 100644 (file)
@@ -4095,9 +4095,7 @@ this.minyval=0;
 this.maxyval=null;
 this.yscale=null;
 }
-this.bars=new Array();
 this.points=new Array();
-this.slices=new Array();
 this.xticks=new Array();
 this.yticks=new Array();
 this.datasets=new Array();
index fd5387a..28c5830 100644 (file)
@@ -94,9 +94,7 @@ PlotKit.Layout = function(style, options) {
         this.yscale = null;
     }
 
-    this.bars = new Array();   // array of bars to plot for bar charts
     this.points = new Array(); // array of points to plot for line plots
-    this.slices = new Array(); // array of slices to draw for pie charts
 
     this.xticks = new Array();
     this.yticks = new Array();