add TODO
authorDan Vanderkam <dan@dygraphs.com>
Fri, 6 Jul 2012 02:15:29 +0000 (22:15 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Fri, 6 Jul 2012 02:15:29 +0000 (22:15 -0400)
plugins/chart-labels.js

index 5a109df..5e544dc 100644 (file)
@@ -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;