Content deleted Content added
parameter "delimiter" should not always be reset in barChart() |
typo + top |
||
Line 290:
end
function calcHeightLimits() -- if limits were passed by user, use
if stack then
local sums = {}
Line 301:
for i, group in ipairs( values ) do yscales[i] = math.max( unpack( group ) ) end
end
for i, scale in ipairs( yscales ) do yscales[i] = roundup( scale * 0.9999 ) end
if not scalePerGroup then for i = 1, #values do yscales[i] = math.max( unpack( yscales ) ) end end
end
|