Searched refs:roundTo (Results 1 – 6 of 6) sorted by relevance
/plugin/amcharts/assets/amcharts/ |
D | amcharts.js | 18 …===a?!1:!0};d.stripNumbers=function(a){return a.replace(/[0-9]+/g,"")};d.roundTo=function(a,b){if(… function in d 19 …s;"ss"==b?(l=d.formatNumber(l,f),1==l.split(k)[0].length&&(l="0"+l)):l=d.roundTo(l,f.precision);("… 20 …ubstring(0,c.length-1));return c};d.formatNumber=function(a,b,c,e,h){a=d.roundTo(a,b.precision);is… 25 …if(a>=b[k].number&&(l=a/b[k].number,m=Number(e.precision),1>m&&(m=1),c=d.roundTo(l,m),m=d.formatNu… 26 c[k].number){l=a/c[k].number;m=Math.abs(Math.floor(Math.log(l)*Math.LOG10E));l=d.roundTo(l,m);f=g+"… 60 …;isNaN(y)||(x=y);isNaN(this.maxZoom)&&(this.max=d.roundTo(this.max,this.maxDecCount),this.min=d.ro… 61 this.numberFormatter=g;this.exponential=!1;for(g=t;g<r;g+=p){var w=d.roundTo(this.step*g+this.min,x… 62 …ionR=this.autoRotateAngle),h&&r++,g=t;g<r;g+=p)if(c=x*g+this.minCalc,c=d.roundTo(c,this.maxDecCoun… 64 …o-grid"))}if(!isNaN(A)&&0<w&&g<r-1){t=x/A;h&&(A=x*(g+p)+this.minCalc,A=d.roundTo(A,this.maxDecCoun… 68 …ponential(15):String(a),e=c.split("e"),c=Number(e[0]),e=Number(e[1]),c=d.roundTo(c,14),10==c&&(c=1… [all …]
|
D | pie.js | 21 …r(h=p=0;h<a.length;h++)e=a[h],!0!==e.hidden&&(p+=k.roundTo(e.percents,this.pf.precision));p=k.roun…
|
D | xy.js | 21 …or,g=e.getDecimals(d)+4;c-b<d&&(c=b+(c-b)/2,b=c-d/2,c+=d/2);b=e.roundTo(b,g);c=e.roundTo(c,g);d=!1…
|
D | serial.js | 21 …or,g=e.getDecimals(d)+4;c-b<d&&(c=b+(c-b)/2,b=c-d/2,c+=d/2);b=e.roundTo(b,g);c=e.roundTo(c,g);d=!1… 45 …roundTo(m,Math.max(u,F));p++;u=m/p}}if(y.percents&&(y=y.percents[l],!isNaN(y))){isNaN(v)&&(v=y);t=…
|
D | gauge.js | 8 g=c.roundTo(g,14);f=c.getDecimals(g);for(z=0;z<d;z++)if(t=e+z*g,r=u+z*v,q=k(C+y*Math.sin(r/180*Math…
|
/plugin/s5reloaded/ui/thesis/ |
D | slides.js | 1627 function roundTo(val,dig) { function 1882 var th = roundTo(bh*0.75,0); var tf = bh/80; 1904 var bh = bw/3; var th = roundTo(bh*0.75,0); 2123 var th = roundTo(bh*0.75,0); var tf = bh/80; 2143 per = roundTo(val/poc,2); 2193 var th = roundTo((bw/3)*0.75,0); 2221 per = roundTo(ChartData[data]/poc,2);
|