Module:Chart: Difference between revisions

Content deleted Content added
typo
methinks
Line 334:
if stack then
local barWidth = math.min( 38, math.floor( 0.8 * setWidth ) )
return setOffset + (setWidth - barWidth) / 2, barWidth, setWidth
end
setWidth = 0.85 * setWidth
local barWidth = math.floor( 0.75 * setWidth / numGroups )
local left = setOffset + math.floor( ( gisetWidth - 1 barWidth) / numGroups * setWidth )2
return left, barWidth
end