Statistics: Posted by Androish — 05 Aug 2016, 14:49
Standard - Chart - Standard Graph - 4th root graph - 5th root graph - Dual
or
Standard - Chart - Full Graph - 10min graph -20min graph - ... - Dual
Statistics: Posted by KeyBlue — 05 Aug 2016, 14:28
Statistics: Posted by everywhere116 — 05 Aug 2016, 08:17
-- prepare the data, calculate the ya=start y position and the yb=end position of the ligne for each player for this periode
for index, dat in player do
if periode==1 then val=0 else val=return_value(periode-1,dat.index,path) end
ya=parent.Top() +y2 - val*factor
local val=return_value(periode,dat.index,path)
yb=parent.Top() +y2 - val*factor
-- put all the data in this table
line[dat.index]={grp=grp,ya=ya,yb=yb,y=ya, -- note: y is the current position for this graph; the x is commun to all graph
color=dat.color,index=dat.index,
y_factor=(yb-ya)/dist*size} -- important: the factor of deplacement for the bitmap
end
Statistics: Posted by everywhere116 — 29 Jul 2016, 20:46
Statistics: Posted by Morax — 29 Jul 2016, 20:34
Statistics: Posted by Crotalus — 28 Jul 2016, 13:21
Statistics: Posted by everywhere116 — 28 Jul 2016, 00:24