various fixes for the gadget -- it works in google docs now!
[dygraphs.git] / gadget.xml
index 3bc4281..53dee08 100644 (file)
@@ -86,9 +86,6 @@
       // var options = {showRowNumber: true};
       var prefs = new _IG_Prefs(); // User preferences
       chart.draw(data, {
-        xValueParser: function(x) { return parseFloat(x); },
-        xValueFormatter: function(x) { return x; },
-        xTicker: DateGraph.prototype.numericTicks
       });
     };