summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2018-01-30 10:42:59 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2018-04-18 13:23:29 +0200
commitf8dfaac9631374ad85e82be9bdb0c1664c495755 (patch)
tree91b4b41b13807c50cfb32fc2b282190254799fb8
parentd11c0ad15e5486ed4b370001ffcd6cf0bda66fd8 (diff)
Revert "use local highchart plugin"HEADmaster
This reverts commit d52d34e8e5bee80ed5e05be83d10e16ac7915527.
-rw-r--r--display_power.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/display_power.html b/display_power.html
index 78ad426..b6469c8 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 = {