From: Dan Vanderkam Date: Sun, 29 Nov 2009 23:15:15 +0000 (-0500) Subject: hack, hack X-Git-Tag: v1.0.0~861 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=21ff17d117faed5a1654c4b5032c4a10d89fcd5a;p=dygraphs.git hack, hack --- 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();