index.html 1.36 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.pack.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 18 19 20 21 22

    <ul>
      <li><a href="basic.html">Basic example</a></li>
      <li><a href="graph-types.html">Different graph types</a></li>
      <li><a href="setting-options.html">Setting various options</a></li>
      <li><a href="real-data.html">Real data with a bit of interactivity</a></li>
      <li><a href="selection.html">Selection support and zooming</a></li>
      <li><a href="zooming.html">Zooming with overview</a></li>
23
      <li><a href="time.html">Plotting time series</a></li>
24
      <li><a href="visitors.html">Visitors per day with zooming and weekends</a></li>
25
      <li><a href="interacting.html">Interacting with the data</a></li>
olau@iola.dk's avatar
olau@iola.dk committed
26 27 28
    </ul>
 </body>
</html>