X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=b29bb4723d78648f834a9e84b65603984b937036;hb=c1f22b5a5d4ffbf25a75fc567232e65381c1938b;hp=88ec2a1b4e525ee17fe049e039711fd3d315325f;hpb=ccd9d7c2bf76882f57d29161fe69b0db53124f54;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 88ec2a1..b29bb47 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -605,6 +605,12 @@ Dygraph.OPTIONS_REFERENCE = // "labels": ["Interactive Elements"], "type": "string", "description": "The range selector mini plot fill color. This can be of the form \"#AABBCC\" or \"rgb(255,100,200)\" or \"yellow\". You can also specify null or \"\" to turn off fill." + }, + "animatedZooms": { + "default": "false", + "labels": ["Interactive Elements"], + "type": "boolean", + "description": "Set this option to animate the transition between zoom windows. Applies to programmatic and interactive zooms. Note that if you also set a drawCallback, it will be called several times on each zoom. If you set a zoomCallback, it will only be called after the animation is complete." } } ; //