diff options
Diffstat (limited to 'examples/graph-types.html')
-rw-r--r-- | examples/graph-types.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/graph-types.html b/examples/graph-types.html index b3c3818..dd21a31 100644 --- a/examples/graph-types.html +++ b/examples/graph-types.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> @@ -17,7 +17,7 @@ combinations of these, in the same plot and even on the same data series.</p> -<script id="source" language="javascript" type="text/javascript"> +<script type="text/javascript"> $(function () { var d1 = []; for (var i = 0; i < 14; i += 0.5) |