X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Finstall.js;h=656d4260dbfc31fbc7d4fe36737bdd0f81a8ac4c;hb=960eed90ac4bc6fa3f9a41ca3db193692462c5fb;hp=a8dd0e6d1c373462bc4c3882e7749a18d45eff99;hpb=cbe41be103cc129ff2477a872cb802538aafb3d3;p=dygraphs.git diff --git a/plugins/install.js b/plugins/install.js index a8dd0e6..656d426 100644 --- a/plugins/install.js +++ b/plugins/install.js @@ -1,3 +1,5 @@ +/*global Dygraph:false */ + // This file defines the ordering of the plugins. // // The ordering is from most-general to most-specific. @@ -11,6 +13,7 @@ Dygraph.PLUGINS.push( Dygraph.Plugins.Legend, Dygraph.Plugins.Axes, + Dygraph.Plugins.RangeSelector, // Has to be before ChartLabels so that its callbacks are called after ChartLabels' callbacks. Dygraph.Plugins.ChartLabels, Dygraph.Plugins.Annotations, Dygraph.Plugins.Grid