summaryrefslogtreecommitdiff
path: root/html/includes/js/highcharts-functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/includes/js/highcharts-functions.js')
-rw-r--r--html/includes/js/highcharts-functions.js1
1 files changed, 1 insertions, 0 deletions
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