X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=f8ad9378a406d212b444fc9e6525bc53bf88113e;hb=158e2643585a524d29894101daaf11735eec8cdb;hp=adc7c1593dfbed9b65817417636f93ebd90dc524;hpb=0414310981ad4de3065fbb8de9cb1e9ed5b7ff8b;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index adc7c15..f8ad937 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,6 +34,7 @@
  • Source
  • Issues
  • Report Bug
  • +
  • Contribute a change
  • Contact
  • @@ -625,9 +626,9 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) zoomCallback - function(minDate,
    maxDate,
    minValue,
    maxValue){}
    + function(minDate,
    maxDate,
    yRanges){}
    null - 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. + A function to call when the zoom window is changed (either by zooming in or out). minDate and maxDate are milliseconds since epoch. yRanges is an array of [bottom, top] pairs, one for each y-axis.
    Tests: callback zoom