summaryrefslogtreecommitdiff
path: root/html/includes/js/highcharts-functions.js
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-08 23:47:23 +0100
committerGitHub <noreply@github.com>2018-01-08 23:47:23 +0100
commite861eafbeae0560add7956530d76de6cc285be20 (patch)
treec32e746977fde711cecd716570989014bf2d3592 /html/includes/js/highcharts-functions.js
parent66b162b5f01c996fd8a5cd4e570e31f8483cdffa (diff)
parent730c20dd04b5753cb372a289923e39516d1f8b87 (diff)
Merge pull request #5 from randommonk/develop4.3.0
Bumped version to 4.3. Added jpgraph stats developed by killerEye
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