summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2016-12-02 14:59:33 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2016-12-02 15:00:01 +0100
commitef7d964f282c246ec6f9ce5b4a8596c563b25301 (patch)
treebb6450dda7667ed10516c43fefc904f99ce44bff
parent5e6341aa449dd21f8f82b32a5cef7bfae4b4b1ad (diff)
Back to web reference for compatibility
-rw-r--r--display_power.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/display_power.html b/display_power.html
index 1821c80..e6972c1 100644
--- a/display_power.html
+++ b/display_power.html
@@ -4,13 +4,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Parsing Large data trace</title>
<!-- 1. Add JQuery and Highcharts in the head of your page -->
- <script type="text/javascript" src="file:///home/vingu/Tools/Dev/power-tools/jquery-1.11.3.js"></script>
- <script src="file:///home/vingu/Tools/Dev/power-tools/highcharts-custom.js"></script>
-
- <!-- 2. You can add print and export feature by adding this line (now
- included in custom build above) -->
-
-
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
+ <script src="http://code.highcharts.com/stock/highstock.js"></script>
+
+ <!-- 2. You can add print and export feature by adding this line -->
+ <script src="http://code.highcharts.com/stock/modules/exporting.js"></script>
+
<!-- 3. Add the JavaScript with the Highchart options to initialize the chart -->
<script type="text/javascript">
var options = {