X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=31cb325d4193437998640c8e679fec8f43a89243;hb=f3975624f80b8d821ae1ed6eed240d79bd1606da;hp=0f83113d3564fbf29ed779d2831b6c1093762e5e;hpb=f67c2639d1263337989b6aebe2c696a356aebfff;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 0f83113..31cb325 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@
  • Source
  • Issues
  • Report Bug
  • -
  • Contact
  • +
  • Contact
  • Gallery

    @@ -36,6 +36,7 @@
  • GViz Demo
  • Equation Plotter
  • Performance Test
  • +
  • Filled Chart
  • Fractions
  • Labels in a DIV
  • Numeric Axis
  • @@ -62,7 +63,7 @@

    dygraphs JavaScript Visualization Library

    http://github.com/danvk/dygraphs

    -

    See downloads, gallery and open issues

    +

    See mailing list, downloads, gallery and open issues

    dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them.

    @@ -480,7 +481,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) rollPeriod - integer >= 1 + integer >= 1 1 Number of days over which to average data. Discussed extensively above. @@ -497,6 +498,13 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) List of colors for the data series. These can be of the form "#AABBCC" or "rgb(255,100,200)" or "yellow", etc. If not specified, equally-spaced points around a color wheel are used. + fillGraph + boolean
    + false + Should the area underneath the graph be filled? This option is not + compatible with error bars. + + colorSaturation 0.0 - 1.0 1.0 @@ -556,6 +564,13 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) Show K/M/B for thousands/millions/billions on y-axis. + labelsKMG2 + true + false + Show k/M/G for kilo/Mega/Giga on y-axis. This is different than + labelsKMB in that it uses base 2, not 10. + + labelsDivWidth 250 @@ -673,4 +688,4 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) - \ No newline at end of file +