X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=8693bc9e084e40263e2bd6f6d655eef9cb425fc5;hb=60adad337b790d1e99414a5ca928203fe1326b83;hp=b9eff5433f3653d0e82312a4e29a2067b9c6e1e5;hpb=62ac7bd0768c8899e2561ebbbe23f33ad4d59568;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index b9eff54..8693bc9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,6 +34,7 @@
  • Source
  • Issues
  • Report Bug
  • +
  • Contribute a change
  • Contact
  • @@ -69,6 +70,7 @@
  • Multiple Series
  • Custom Underlay / background
  • Tests for zoom operations
  • +
  • Log scale tests
  • @@ -729,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
    @@ -945,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
    + + +