From: Dan Vanderkam Date: Fri, 6 Jul 2012 02:15:29 +0000 (-0400) Subject: add TODO X-Git-Tag: v1.0.0~249 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=60c695cc8a5455f37cc996e0cef14e775865dfbe;p=dygraphs.git add TODO --- 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;