From 44f54b7b81d9591ed8b27d3a601561b697361ac6 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Wed, 17 Aug 2016 11:04:48 +0200 Subject: [PATCH] Added dependencies --- var/www/update_thirdparty.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 201c2b4f..6ad2744f 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -37,6 +37,15 @@ wget https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTabl wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.js -O ./static/js/jquery.flot.js wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.pie.js -O ./static/js/jquery.flot.pie.js wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.time.js -O ./static/js/jquery.flot.time.js +wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.stack.js -O ./static/js/jquery.flot.stack.js + +#Ressources for sparkline and canvasJS +wget http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js -O ./static/js/jquery.sparkline.min.js +wget http://canvasjs.com/fdm/chart/ -O temp/canvasjs.zip +unzip temp/canvasjs.zip -d temp/ +mkdir temp +mv temp/jquery.canvasjs.min.js ./static/js/jquery.canvasjs.min.js +rm -rf temp mkdir -p ./static/image pushd static/image