index.html 1.49 KB
Newer Older
olau@iola.dk's avatar
olau@iola.dk committed
1 2 3 4 5 6
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Flot Examples</title>
    <link href="layout.css" rel="stylesheet" type="text/css"></link>
7
    <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]-->
olau@iola.dk's avatar
olau@iola.dk committed
8 9 10 11 12 13
    <script language="javascript" type="text/javascript" src="../jquery.js"></script>
    <script language="javascript" type="text/javascript" src="../jquery.flot.js"></script>
 </head>
 <body>
    <h1>Flot Examples</h1>

olau@iola.dk's avatar
olau@iola.dk committed
14
    <p>Here are some examples for <a href="http://code.google.com/p/flot/">Flot</a>:</p>
olau@iola.dk's avatar
olau@iola.dk committed
15 16 17

    <ul>
      <li><a href="basic.html">Basic example</a></li>
18
      <li><a href="graph-types.html">Different graph types</a> and <a href="setting-options.html">setting various options</a></li>
19
      <li><a href="turning-series.html">Turning series on/off</a> and <a href="thresholding.html">thresholding the data</a></li>
20 21 22
      <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="dual-axis.html">Dual axis support</a></li>
23
      <li><a href="interacting.html">Interacting with the data</a> and <a href="tracking.html">tracking curves with crosshair</a></li>
olau@iola.dk's avatar
olau@iola.dk committed
24 25 26
    </ul>
 </body>
</html>