X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=2391867e971b957a1f0b1aca524e379651ef27b8;hb=ed7ffce43842be515b141adb0926e70478eefbe1;hp=e95d540dfeebdbc85794476b6dd3a58cef162719;hpb=84fc6aa72eaae08080d95d56123d495a1cb11cde;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index e95d540..2391867 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,7 +58,7 @@
  • Negative Numbers
  • Noisy Data
  • Multiple Series
  • -
  • Custom Underlay / background
  • +
  • Custom Underlay / background
  • @@ -852,6 +852,17 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + + avoidMinZero + boolean + false + + When set, the heuristic that fixes the Y axis at zero for a data set with the minimum Y value of zero is disabled. + This is particularly useful for data sets that contain many zero values, especially for step plots which may otherwise have lines not visible running along the bottom axis. +
    Tests: avoidMinZero
    + + +