From acdcae573737fed24264c41d6846f611b34af0a5 Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 5 Mar 2012 00:10:33 -0800 Subject: [PATCH] Fixes option newlines. --- msc/dygraph-options/data.yaml | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/msc/dygraph-options/data.yaml b/msc/dygraph-options/data.yaml index e3c0b87..a41db87 100644 --- a/msc/dygraph-options/data.yaml +++ b/msc/dygraph-options/data.yaml @@ -849,7 +849,7 @@ default: null desc: 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 + 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')). Default formatter will depend on the type of your data. @@ -1080,12 +1080,10 @@ - csv type: function(str) -> number default: null - desc: 'A function which parses x-values (i.e. the dependent series). Must return + desc: "A function which parses x-values (i.e. the dependent series). Must return a number, even when the values are dates. In this case, millis since epoch - are used. This is used primarily for parsing CSV data. - - * Dygraphs is slightly more accepting in the dates which it will parse. See - code for details.' + are used. This is used primarily for parsing CSV data. \n\n * Dygraphs is + slightly more accepting in the dates which it will parse." - name: drawXGrid tags: -- 1.7.0.4