diff options
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/index.html b/examples/index.html index 36ae0a1..3f116ed 100644 --- a/examples/index.html +++ b/examples/index.html @@ -4,7 +4,7 @@ <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> - <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.pack.js"></script><![endif]--> + <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]--> <script language="javascript" type="text/javascript" src="../jquery.js"></script> <script language="javascript" type="text/javascript" src="../jquery.flot.js"></script> </head> @@ -16,11 +16,11 @@ <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></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="dual-axis.html">Dual axis support</a></li> - <li><a href="interacting.html">Interacting with the data</a></li> + <li><a href="interacting.html">Interacting with the data</a> and <a href="tracking.html">tracking curves with crosshair</a></li> </ul> </body> </html> |