X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=43695889ec96fe02e83bb2268e818808181e4d00;hb=07c253a6822456df77fa08e32b51cf6bc76d7ab4;hp=7d9b180c7e70bd945f127f274e158aeca10e7667;hpb=a7ef12f54126ae45b72f695001c7e3115452e72c;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 7d9b180..4369588 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,6 +59,7 @@
  • Noisy Data
  • Multiple Series
  • Custom Underlay / background
  • +
  • Tests for zoom operations
  • @@ -72,7 +73,7 @@

    A demo is worth a thousand words:

    -

    (Mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom back out. Change the number and hit enter to adjust the averaging period.)

    +

    (Mouse over to highlight individual values. Click and drag to zoom in both axes. Double-click to zoom back out. Change the number and hit enter to adjust the averaging period.)

    Temperatures in New York vs. San Francisco
    @@ -113,7 +114,7 @@
  • Lightweight (45kb) and responsive
  • Displays values on mouseover (this makes it easily discoverable)
  • Supports error bands around data series
  • -
  • Interactive zoom
  • +
  • Interactive zoom and pan
  • Adjustable averaging period
  • Can intelligently chart fractions
  • Customizable click-through actions
  • @@ -565,10 +566,10 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) zoomCallback - function(minDate,
    maxDate){}
    + function(minDate,
    maxDate,
    minValue,
    maxValue){}
    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
    + A function to call when the zoom window is changed (either by zooming in or out). minDate and maxDate are milliseconds since epoch. minValue and maxValue are y-axis range values. +
    Tests: callback zoom
    @@ -604,10 +605,18 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) labelsDiv - document.
    getElementById('foo')
    + document.getElementById('foo')
    or
    'foo' null - Show data labels in an external div, rather than on the graph. -
    Tests: demo label-div
    + Show data labels in an external div, rather than on the graph. This value can either be a div element or a div id. +
    Tests: label-div
    + + + + labelsShowZeroValues + boolean + true + Show zero value labels in the labelsDiv. +
    Tests: label-div