From: Dan Vanderkam Date: Tue, 23 Mar 2010 13:44:14 +0000 (-0700) Subject: linkify X-Git-Tag: v1.0.0~707 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=939ecc4605ac1957167292d7977099207e0b7077;p=dygraphs.git linkify --- diff --git a/docs/index.html b/docs/index.html index bf18315..c8ac16f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -491,7 +491,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false Usually, dygraphs will use the range of the data plus some padding to set the range of the y-axis. If this option is set, the y-axis will always include zero, typically as the lowest value. This can be used to avoid exaggerating the variance in the data. -
Tests: no-range numeric-gviz small-range-zero
+
Tests: no-range numeric-gviz small-range-zero
@@ -499,7 +499,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) integer >= 1 1 Number of days over which to average data. Discussed extensively above. -
Tests: demo two-series noise
+
Tests: demo two-series noise
@@ -507,7 +507,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false If the rolling average period text box should be shown. -
Tests: callback crosshair fractions isolated-points numeric-gviz underlay-callback
+
Tests: callback crosshair fractions isolated-points numeric-gviz underlay-callback
@@ -515,7 +515,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) ['red', '#00FF00'] List of colors for the data series. These can be of the form "#AABBCC" or "rgb(255,100,200)" or "yellow", etc. If not specified, equally-spaced points around a color wheel are used. -
Tests: color-visibility demo
+
Tests: color-visibility demo
@@ -524,7 +524,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) false Should the area underneath the graph be filled? This option is not compatible with error bars. -
Tests: fillGraph
+
Tests: fillGraph
@@ -535,7 +535,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) been constructed, you can access and modify the visibility of each series using the visibility and setVisibility methods. -
Tests: visibility color-visibility
+
Tests: visibility color-visibility
@@ -559,7 +559,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) function(e, date){
    alert(date);
}
null A function to call when a data point is clicked. The function should take two arguments, the event object for the click and the date that was clicked. (default null) -
Tests: callback
+
Tests: callback
@@ -567,7 +567,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) function(minDate,
maxDate){}
null A function to call when the zoom window is changed (either by zooming in or out). minDate and maxDate are milliseconds since epoch. -
Tests: callback
+
Tests: callback
@@ -583,7 +583,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) [
  Date.parse('2006-01-01'),
  (new Date()).valueOf()
]
Full range of the
input is shown
Initially zoom in on a section of the graph. Is of the form [earliest, latest], where earliest/latest are milliseconds since epoch. -
Tests: dateWindow link-interaction
+
Tests: dateWindow link-interaction
@@ -598,7 +598,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false Put <br/> between lines in the label string. Often used in conjunction with labelsDiv. -
Tests: customLabel demo
+
Tests: customLabel demo
@@ -606,7 +606,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) document.
getElementById('foo')
null Show data labels in an external div, rather than on the graph. -
Tests: demo label-div
+
Tests: demo label-div
@@ -614,7 +614,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) true false Show K/M/B for thousands/millions/billions on y-axis. -
Tests: demo labelsKMB no-range
+
Tests: demo labelsKMB no-range
@@ -623,7 +623,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) false Show k/M/G for kilo/Mega/Giga on y-axis. This is different than labelsKMB in that it uses base 2, not 10. -
Tests: labelsKMB
+
Tests: labelsKMB
@@ -631,7 +631,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) 250 Width (in pixels) of the div which shows information on the currently-highlighted points. -
Tests: customLabel
+
Tests: customLabel
@@ -639,7 +639,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) {} null Additional styles to apply to the currently-highlighted points div. For example, { 'font-weight': 'bold' } will make the labels bold. -
Tests: border customLabel
+
Tests: border customLabel
@@ -647,7 +647,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) integer 3 The size in pixels of the dot drawn over highlighted points. -
Tests: grid_dot
+
Tests: grid_dot
@@ -655,7 +655,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false Draw a small dot at each point, in addition to a line going through the point. This makes the individual data points easier to see, but can increase visual clutter in the chart. -
Tests: draw-points
+
Tests: draw-points
@@ -671,7 +671,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) integer 60 Number of pixels to require between each x- and y-label. Larger values will yield a sparser axis with fewer ticks. -
Tests: spacing
+
Tests: spacing
@@ -683,7 +683,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) integer Width (in pixels) of the x- and y-axis labels. -
Tests: customLabel
+
Tests: customLabel
@@ -711,7 +711,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false Does the data contain standard deviations? Setting this to true alters the input format (see above). -
Tests: noise customLabel draw-points fillGraph fractions
+
Tests: noise customLabel draw-points fillGraph fractions
@@ -727,7 +727,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false When set, attempt to parse each cell in the CSV file as "a/b", where a and b are integers. The ratio will be plotted. This allows computation of Wilson confidence intervals (see below). -
Tests: fractions
+
Tests: fractions
@@ -743,7 +743,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) boolean false When set, parse each CSV cell as "low;middle;high". Error bars will be drawn for each point between low and high, with the series itself going through middle. -
Tests: custom-bars zero-series
+
Tests: custom-bars zero-series