X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Finstall.js;h=656d4260dbfc31fbc7d4fe36737bdd0f81a8ac4c;hb=960eed90ac4bc6fa3f9a41ca3db193692462c5fb;hp=c87b06ed801db7330e6fbad81adb0e16a9aa902a;hpb=f8540c66c5b87d5e88d31a800dc7af237bf01213;p=dygraphs.git diff --git a/plugins/install.js b/plugins/install.js index c87b06e..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,8 @@ 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.Annotations, + Dygraph.Plugins.Grid );