diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2009-10-23 09:07:01 -0400 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2009-10-23 09:07:01 -0400 |
commit | af26aaa53d073a7b2d25caee93e1cb5ceb2e099c (patch) | |
tree | bcb8d15baea1f07375d1dedea414b1b95d58caa6 /examples/index.html | |
parent | bf64e197b39d3f10b6145612802a6f169248cb45 (diff) |
flot-0.6
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/examples/index.html b/examples/index.html index 3f116ed..789f941 100644 --- a/examples/index.html +++ b/examples/index.html @@ -11,16 +11,33 @@ <body> <h1>Flot Examples</h1> - <p>Here are some examples for <a href="http://code.google.com/p/flot/">Flot</a>:</p> + <p>Here are some examples for <a href="http://code.google.com/p/flot/">Flot</a>, the Javascript charting library for jQuery:</p> <ul> <li><a href="basic.html">Basic example</a></li> - <li><a href="graph-types.html">Different graph types</a> and <a href="setting-options.html">setting various options</a></li> - <li><a href="turning-series.html">Turning series on/off</a> and <a href="thresholding.html">thresholding the data</a></li> - <li><a href="selection.html">Selection support and zooming</a> and <a href="zooming.html">zooming with overview</a></li> - <li><a href="time.html">Plotting time series</a> and <a href="visitors.html">visitors per day with zooming and weekends</a></li> + <li><a href="graph-types.html">Different graph types</a></li> + <li><a href="setting-options.html">Setting various options</a> and <a href="annotating.html">annotating a chart</a></li> + <li><a href="ajax.html">Updating graphs with AJAX</a></li> + </ul> + + <p>Being interactive:</p> + + <ul> + <li><a href="turning-series.html">Turning series on/off</a></li> + <li><a href="selection.html">Rectangular selection support and zooming</a> and <a href="zooming.html">zooming with overview</a></li> (both with selection plugin) + <li><a href="interacting.html">Interacting with the data points</a></li> + <li><a href="navigate.html">Panning and zooming</a> (with navigation plugin)</li> + </ul> + + <p>Some more esoteric features:</p> + + <ul> + <li><a href="time.html">Plotting time series</a> and <a href="visitors.html">visitors per day with zooming and weekends</a> (with selection plugin)</li> <li><a href="dual-axis.html">Dual axis support</a></li> - <li><a href="interacting.html">Interacting with the data</a> and <a href="tracking.html">tracking curves with crosshair</a></li> + <li><a href="thresholding.html">Thresholding the data</a> (with threshold plugin)</li> + <li><a href="stacking.html">Stacked charts</a> (with stacking plugin)</li> + <li><a href="tracking.html">Tracking curves with crosshair</a> (with crosshair plugin)</li> + <li><a href="image.html">Plotting prerendered images</a> (with image plugin)</li> </ul> </body> </html> |