From 60c695cc8a5455f37cc996e0cef14e775865dfbe Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 5 Jul 2012 22:15:29 -0400 Subject: [PATCH] add TODO --- plugins/chart-labels.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chart-labels.js b/plugins/chart-labels.js index 5a109df..5e544dc 100644 --- a/plugins/chart-labels.js +++ b/plugins/chart-labels.js @@ -6,6 +6,7 @@ Dygraph.Plugins.ChartLabels = (function() { // TODO(danvk): move chart label options out of dygraphs and into the plugin. +// TODO(danvk): only tear down & rebuild the DIVs when it's necessary. var chart_labels = function() { this.title_div_ = null; -- 2.7.4