Searched refs:getPeriodDuration (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/ |
H A D | serial.js | 71 …l,m=this.showLastLabel,p,n="",n=e.extractPeriod(this.minPeriod),r=e.getPeriodDuration(n.period,n.c… 76 …Time-this.startTime;b=this.choosePeriod(0);g=b.period;w=b.count;b=e.getPeriodDuration(g,w);b<r&&(g… 77 …(g,w,r,G)&&(t++,2<=t&&(A=b,b=B),G=r)}q&&1<w&&(r=this.chooseMinorFrequency(w),e.getPeriodDuration(g,
|
H A D | amcharts.js | 42 …getPeriodDuration(g.period,g.count),l,m,n,q,p,t=this.firstDayOfWeek,r=this.boldPeriodBeginning;a=t… 43 …,L=0;a&&1<w&&(u=this.chooseMinorFrequency(w),y=d.getPeriodDuration(A,u),"DD"==A&&(y+=d.getPeriodDu… 44 …),A,w,t).getTime();"MM"==A&&(h=(p-l)/z,1.5<=(p-l)/z&&(p=p-(h-1)*z+d.getPeriodDuration("DD",3),p=d.… 46 …pushAxisItem(f);this.gridAlpha=x}},choosePeriod:function(a){var b=d.getPeriodDuration(this.periods… 47 …nDuration:function(){var a=d.extractPeriod(this.minPeriod);return d.getPeriodDuration(a.period,a.c… 48 …b=d.resetDateToMin(f,a,b,g).getTime();return"DD"==a&&"hh"!=h&&c-b<d.getPeriodDuration(a,e)?!1:c!=b… 276 r=t.period,t=t.count,x=d.getPeriodDuration(r,t));var y={};this.lookupTable=y;var w,A=this.dataDateF… 367 k,l,m,n);return a};d.getPeriodDuration=function(a,b){void 0===b&&(b=1);var c;switch(a){case "YYYY":… function
|