deleting old folder after move
[geo.git] / edit_wp5_web_folder / v1.2_dev / Highcharts-2.1.6 / examples / basic-line.htm
diff --git a/edit_wp5_web_folder/v1.2_dev/Highcharts-2.1.6/examples/basic-line.htm b/edit_wp5_web_folder/v1.2_dev/Highcharts-2.1.6/examples/basic-line.htm
deleted file mode 100644 (file)
index abb54ac..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-       <head>
-               <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-               <title>Highstock Example</title>
-               
-               <script type="text/javascript">
-               jQuery(function() {\r
-                       // Create the chart     \r
-                       window.chart = new Highcharts.StockChart({\r
-                           chart: {\r
-                               renderTo: 'container'\r
-                           },\r
-                           \r
-                           rangeSelector: {\r
-                               selected: 1\r
-                           },\r
-                           \r
-                           title: {\r
-                               text: 'USD to EUR exchange rate'\r
-                           },\r
-                           \r
-                           xAxis: {\r
-                               maxZoom: 14 * 24 * 3600000 // fourteen days\r
-                           },\r
-                           yAxis: {\r
-                               title: {\r
-                                   text: 'Exchange rate'\r
-                               }\r
-                           },\r
-                               \r
-                           series: [{\r
-                               name: 'USD to EUR',\r
-                               data: usdeur\r
-                           }]\r
-                       });\r
-               });
-               </script>
-               
-       </head>
-       <body>
-                       
-               <script type="text/javascript" src="http://highcharts.com/js/testing-stock-exporting.js"></script>\r
-               <script type="text/javascript" src="http://highcharts.com/samples/data/usdeur.js"></script>\r
-               \r
-               <div id="container" style="height: 500px"></div>                
-       </body>
-</html>