From dfc4e20b8e9ca57340e24143539498fb82527697 Mon Sep 17 00:00:00 2001 From: randommonk Date: Thu, 4 Jan 2018 22:52:54 +0000 Subject: Bumped version to 4.3. Added jpgraph stats developed by killerEye --- html/includes/js/highcharts-functions.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 html/includes/js/highcharts-functions.js (limited to 'html/includes/js/highcharts-functions.js') diff --git a/html/includes/js/highcharts-functions.js b/html/includes/js/highcharts-functions.js new file mode 100644 index 0000000..4fe381a --- /dev/null +++ b/html/includes/js/highcharts-functions.js @@ -0,0 +1 @@ +round_up = function(x,factor){ return x - (x%factor) + (x%factor>0 && factor);} \ No newline at end of file -- cgit