diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2011-03-22 07:30:12 -0400 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2011-03-22 07:30:12 -0400 |
commit | cb2e3d2743c0f88b430f14b7a396aa1a583dc978 (patch) | |
tree | a01293736eef098deff6d1cc832dcba0731ebb3e /examples/annotating.html | |
parent | af26aaa53d073a7b2d25caee93e1cb5ceb2e099c (diff) |
flot-0.7
Diffstat (limited to 'examples/annotating.html')
-rw-r--r-- | examples/annotating.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/annotating.html b/examples/annotating.html index 9d99ea4..72c212b 100644 --- a/examples/annotating.html +++ b/examples/annotating.html @@ -3,8 +3,8 @@ <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> - <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]--> + <link href="layout.css" rel="stylesheet" type="text/css"> + <!--[if lte IE 8]><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> @@ -19,7 +19,7 @@ manipulation, e.g. for labels. For drawing custom shapes there is also direct access to the canvas.</p> -<script id="source" language="javascript" type="text/javascript"> +<script type="text/javascript"> $(function () { // generate a dataset var d1 = []; |