Module:Chart: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 80:
radius = getArg( 'radius', 150 )
hideGroupLegends = not nulOrWhitespace( args[keywords.hideGroupLegends] )
local slicesStr = getArg( 'slices' )
local prefix = getArg( 'unitsPrefix', '', '_', ' ' )
Line 262:
elseif k == keywords.scalePerGroup then scalePerGroup = true
elseif k == keywords.defcolor then defcolor = v
elseif k == keywords.accumulateTooltip then accumulateTooltip = truenot nulOrWhitespace( v )
elseif k == keywords.hideGroupLegends then hideGroupLegends = truenot nulOrWhitespace( v )
else
for keyword, tab in pairs( {