X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;fp=docs%2Findex.html;h=e06f7e9196243636b73949f4a661061b9a42d481;hb=995b9973b84f282f4c54426e888834617c3cc1f4;hp=400478ba36a45e777c8230132a5063bc82bd090d;hpb=485efa38c78a3ad6a345c48d4807cc29ce272be4;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 400478b..e06f7e9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,6 +70,7 @@
  • Multiple Series
  • Custom Underlay / background
  • Tests for zoom operations
  • +
  • Log scale tests
  • @@ -1026,6 +1027,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) +<<<<<<< HEAD noZoomFlagChange @@ -1033,6 +1035,20 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) When this flag is passed along with either the dateWindow or valueRange options, the zoom flags are not changed to reflect a zoomed state. This is primarily useful for when the display area of a chart is changed programmatically and also where manual zooming is allowed and use is made of the isZoomed method to determine this.
    Tests: no-zoom-change
    +======= + logscale + boolean + false + + When set for a y-axis, the graph shows that axis in y-scale. Any values less than or equal + to zero are not displayed.

    + + Not compatible with showZero, and ignores connectSeparatedPoints. Also, showing log scale + with valueRanges that are less than zero will result in an unviewable graph.
    + +
    Tests: logscale, + stock
    +>>>>>>> a6a505d1759f087a1e29ad84fc8510aa4cbc4f6e