X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options-reference.js;h=62207501beabaa533df27033f4409e788aa9b5ce;hb=3b3b39e7140cf45dfdc95f636978c5353e3a6c38;hp=c95207239b2f2a6462853c6eb429044632307790;hpb=42d73d9b5711d8da068d62cc7330492523c90966;p=dygraphs.git diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index c952072..6220750 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -802,7 +802,13 @@ Dygraph.OPTIONS_REFERENCE = // "default": "[]", "labels": ["Configuration"], "type": "Array", - "description": "Defines per-graph plug-ins. Useful for per-graph customization" + "description": "Defines per-graph plugins. Useful for per-graph customization" + }, + "dataHandler": { + "default": "(depends on data)", + "labels": ["Data"], + "type": "Dygraph.DataHandler", + "description": "Custom DataHandler. This is an advanced customization. See http://bit.ly/151E7Aq." } } ; //