From 21ff17d117faed5a1654c4b5032c4a10d89fcd5a Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sun, 29 Nov 2009 18:15:15 -0500 Subject: [PATCH] hack, hack --- dygraph-combined.js | 2 -- plotkit_v091/PlotKit/Layout.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/dygraph-combined.js b/dygraph-combined.js index 64357fe..dba1f2c 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -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(); diff --git a/plotkit_v091/PlotKit/Layout.js b/plotkit_v091/PlotKit/Layout.js index fd5387a..28c5830 100644 --- a/plotkit_v091/PlotKit/Layout.js +++ b/plotkit_v091/PlotKit/Layout.js @@ -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(); -- 2.7.4