| 3284 |
vikas |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
5 |
<title>Flot Examples</title>
|
|
|
6 |
<link href="layout.css" rel="stylesheet" type="text/css">
|
|
|
7 |
</head>
|
|
|
8 |
<body>
|
|
|
9 |
<h1>Flot Examples</h1>
|
|
|
10 |
|
|
|
11 |
<p>Here are some examples for <a href="http://code.google.com/p/flot/">Flot</a>, the Javascript charting library for jQuery:</p>
|
|
|
12 |
|
|
|
13 |
<ul>
|
|
|
14 |
<li><a href="basic.html">Basic example</a></li>
|
|
|
15 |
<li><a href="graph-types.html">Different graph types</a></li>
|
|
|
16 |
<li><a href="setting-options.html">Setting various options</a> and <a href="annotating.html">annotating a chart</a></li>
|
|
|
17 |
<li><a href="ajax.html">Updating graphs with AJAX</a> and <a href="realtime.html">real-time updates</a></li>
|
|
|
18 |
</ul>
|
|
|
19 |
|
|
|
20 |
<p>Being interactive:</p>
|
|
|
21 |
|
|
|
22 |
<ul>
|
|
|
23 |
<li><a href="turning-series.html">Turning series on/off</a></li>
|
|
|
24 |
<li><a href="selection.html">Rectangular selection support and zooming</a> and <a href="zooming.html">zooming with overview</a> (both with selection plugin)</li>
|
|
|
25 |
<li><a href="interacting.html">Interacting with the data points</a></li>
|
|
|
26 |
<li><a href="navigate.html">Panning and zooming</a> (with navigation plugin)</li>
|
|
|
27 |
<li><a href="resize.html">Automatically redraw when window is resized</a> (with resize plugin)</li>
|
|
|
28 |
</ul>
|
|
|
29 |
|
|
|
30 |
<p>Various features:</p>
|
|
|
31 |
|
|
|
32 |
<ul>
|
|
|
33 |
<li><a href="symbols.html">Using other symbols than circles for points</a> (with symbol plugin)</li>
|
|
|
34 |
<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>
|
|
|
35 |
<li><a href="multiple-axes.html">Multiple axes</a> and <a href="interacting-axes.html">interacting with the axes</a></li>
|
|
|
36 |
<li><a href="thresholding.html">Thresholding the data</a> (with threshold plugin)</li>
|
|
|
37 |
<li><a href="stacking.html">Stacked charts</a> (with stacking plugin)</li>
|
|
|
38 |
<li><a href="percentiles.html">Using filled areas to plot percentiles</a> (with fillbetween plugin)</li>
|
|
|
39 |
<li><a href="tracking.html">Tracking curves with crosshair</a> (with crosshair plugin)</li>
|
|
|
40 |
<li><a href="image.html">Plotting prerendered images</a> (with image plugin)</li>
|
|
|
41 |
<li><a href="pie.html">Pie charts</a> (with pie plugin)</li>
|
|
|
42 |
</ul>
|
|
|
43 |
</body>
|
|
|
44 |
</html>
|