From 2322a4ca8913b5ba4fba6cdef393355b1a1a0741 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 23 Mar 2010 07:05:32 -0700 Subject: [PATCH] linkify --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 77879ce..d2002db 100644 --- a/docs/index.html +++ b/docs/index.html @@ -752,7 +752,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) function(dygraph, is_initial) null When set, this callback gets called every time the dygraph is drawn. This includes the initial draw, after zooming and repeatedly while panning. The first parameter is the dygraph being drawn. The second is a boolean value indicating whether this is the initial draw. -
Tests: callback synchronize
+
Tests: callback synchronize
@@ -761,7 +761,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) red, blue rgb(128,128,128) The color of the gridlines. -
Tests: grid_dot
+
Tests: grid_dot
@@ -770,7 +770,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) function(event, x, points) null When set, this callback gets called every time a new point is highlighted. The parameters are the JavaScript mousemove event, the x-coordinate of the highlighted points and an array of highlighted points: [ {name: 'series', yval: y-value}, … ] -
Tests: callback crosshair
+ @@ -779,7 +779,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) 0.5, 2.0 1.0 The width of the lines connecting data points. -
Tests: grid_dot
+
Tests: grid_dot
@@ -788,7 +788,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) integer 480 Width/Height (in pixels) of the chart. If the container div has been explicitly sized, these attributes will be ignored. -
Tests: demo link-interaction no-range
+ -- 2.7.4