File Index
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)
Based on PlotKit.CanvasRenderer, but modified to meet the
needs of dygraphs.
In particular, support for:
- grid overlays
- high/low bands
- dygraphs attribute system
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
The default interaction model for Dygraphs. This is kept out
of dygraph.js for better navigability.
- Author:
- Robert Konigsberg (konigsberg@google.com)
Based on PlotKitLayout, but modified to meet the needs of
dygraphs.
DygraphOptions is responsible for parsing and returning
information about options.
Description of this file.
- Author:
- danvk@google.com (Dan Vanderkam)