From 3219f2df180f5ca7d87afe8eb0284a3a43146fb5 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 10 Dec 2014 14:11:43 -0500 Subject: [PATCH] fix documentation bug --- dygraph-options-reference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index 1a81390..4c32b4b 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -193,7 +193,7 @@ Dygraph.OPTIONS_REFERENCE = // "valueFormatter": { "default": "Depends on the type of your data.", "labels": ["Legend", "Value display/formatting"], - "type": "function(num or millis, opts, dygraph)", + "type": "function(num or millis, opts, seriesName, dygraph)", "description": "Function to provide a custom display format for the values displayed on mouseover. This does not affect the values that appear on tick marks next to the axes. To format those, see axisLabelFormatter. This is usually set on a per-axis basis. For date axes, you can call new Date(millis) to get a Date object. opts is a function you can call to access various options (e.g. opts('labelsKMB'))." }, "annotationMouseOverHandler": { -- 2.7.4