summaryrefslogtreecommitdiff
path: root/html/assets/lib/highcharts/highcharts-functions.js
blob: 4fe381a6239a39bdbd4f4df17bf792982a74eecc (plain)
1
round_up = function(x,factor){ return x - (x%factor) + (x%factor>0 && factor);}