re-add layout plugin event; title display works
[dygraphs.git] / dygraph-canvas.js
index f1e3c8c..56c26b8 100644 (file)
@@ -239,7 +239,7 @@ DygraphCanvasRenderer.prototype.render = function() {
   // Do the ordinary rendering, as before
   this._renderLineChart();
   this._renderAxis();
-  this._renderChartLabels();
+  // this._renderChartLabels();
   this._renderAnnotations();
 };