Class Index | File Index

Classes


File Index

dygraph.js

Creates an interactive, zoomable graph based on a CSV file or string. Dygraph can handle multiple series with or without high/low bands. The date/value ranges will be automatically set. Dygraph uses the <canvas> tag, so it only works in FF1.5+. See the source or https://dygraphs.com/ for more information.
Author:
danvdk@gmail.com (Dan Vanderkam)

dygraph-canvas.js

Based on PlotKit.CanvasRenderer, but modified to meet the needs of dygraphs. In particular, support for: - grid overlays - high/low bands - dygraphs attribute system

dygraph-gviz.js

A wrapper around the Dygraph class which implements the interface for a GViz (aka Google Visualization API) visualization. It is designed to be a drop-in replacement for Google's AnnotatedTimeline, so the documentation at http://code.google.com/apis/chart/interactive/docs/gallery/annotatedtimeline.html translates over directly. For a full demo, see: - http://dygraphs.com/tests/gviz.html - http://dygraphs.com/tests/annotation-gviz.html

dygraph-interaction-model.js

The default interaction model for Dygraphs. This is kept out of dygraph.js for better navigability.
Author:
Robert Konigsberg (konigsberg@google.com)

dygraph-layout.js

Based on PlotKitLayout, but modified to meet the needs of dygraphs.

dygraph-options.js

DygraphOptions is responsible for parsing and returning information about options.

dygraph-tickers.js

Description of this file.
Author:
danvk@google.com (Dan Vanderkam)

src/dygraph-default-attrs.js


src/dygraph-internal.externs.js


src/dygraph-options-reference.js


src/dygraph-plugin-install.js


src/dygraph-types.js


src/plugins/annotations.js


src/plugins/axes.js


src/plugins/chart-labels.js


src/plugins/grid.js


Documentation generated by JsDoc Toolkit 2.4.0 for dygraph 2.2.2-alpha.0