start porting over chart-labels plugin
[dygraphs.git] / plugins / install.js
index a7d8e6a..9490dfc 100644 (file)
@@ -1,4 +1,5 @@
 // TODO(danvk): move this into the top-level directory. Only plugins here.
 Dygraph.PLUGINS.push(
-  Dygraph.Plugins.Legend
+  Dygraph.Plugins.Legend,
+  Dygraph.Plugins.ChartLabels
 );