Skip to content
Snippets Groups Projects
Commit 4c62db20 authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

web: Swap lib "bower-highcharts" for "highcharts.com"


bower-highcharts is maintained by community and does not include
highstock.

highcharts.com is maintained by the actual developer, is more up to date
and include highstock.

Signed-off-by: default avatarEduardo L. Buratti <elb09@c3sl.ufpr.br>
parent d2561018
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<script src="components/angular-animate/angular-animate.js"></script>
<script src="components/angular-resource/angular-resource.js"></script>
<script src="components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="components/highcharts/highcharts.js"></script>
<script src="components/highcharts.com/js/highstock.src.js"></script>
<script src="js/main.js"></script>
</body>
</html>
\ No newline at end of file
......@@ -16,7 +16,7 @@
"angular-ui-router": "~0.2.0",
"jquery": "~2.0.3",
"bootstrap": "~3.0.0",
"highcharts": "~3.0.5",
"highcharts.com": "~3.0.7",
"jquery-mousewheel": "~3.1.3"
},
"authors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment