Module:Chart: Difference between revisions

Content deleted Content added
m typo
typo
Line 233:
if #values[gi] ~= numValues then error( keywords.group .. " " .. gi .. " does not have same number of values as " .. keywords.group .. " 1" ) end
end
if #xlegends ~= numValues then error( 'Illegal number of ' .. keywords.xlegend .. '. Should be exatlyexactly ' .. numValues ) end
end