Fixes option newlines.
authordsc <dsc@less.ly>
Mon, 5 Mar 2012 08:10:33 +0000 (00:10 -0800)
committerdsc <dsc@less.ly>
Mon, 5 Mar 2012 08:10:33 +0000 (00:10 -0800)
msc/dygraph-options/data.yaml

index e3c0b87..a41db87 100644 (file)
     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.
     - 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: