X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=8693bc9e084e40263e2bd6f6d655eef9cb425fc5;hb=a6a505d1759f087a1e29ad84fc8510aa4cbc4f6e;hp=f8ad9378a406d212b444fc9e6525bc53bf88113e;hpb=734be391f243fd51632175ede0e2cd1d7404fbea;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index f8ad937..8693bc9 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
  • @@ -730,7 +731,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) pointSize - interger + integer 1 The size of the dot to draw on each point in pixels (see drawPoints). A dot is always drawn when a point is "isolated", i.e. there is a missing point on either side of it. This also controls the size of those dots.
    Tests: none
    @@ -946,6 +947,22 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + + 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
    + + +