Content deleted Content added
Widths |
Correct calculate of widths |
||
Line 55:
-- Create the timeline
-- Number of actual viewer numbers
local numberargs = 0
for k,v in pairs(args) do
if not string.match(k,'[^%d]+') and not string.match(v,'[^%d\.]+') then numberargs = numberargs + 1 end
end
-- Bar width
local barwidth
if
elseif
elseif
elseif
end
|