Module:ChoroplethMap/sandbox

Module:ChoroplethMap/sandbox

← Previous revision Revision as of 14:30, 20 April 2026
Line 7: Line 7:
-- Get the arguments
-- Get the arguments
local entities = ChoroplethMap.getArg( 'entities' )
local entities = ChoroplethMap.getArg( 'entities' )
local color = ChoroplethMap.getArg( 'color', '#f00' )
local color = ChoroplethMap.getArg( 'color', '#ff0000' )
local region = ChoroplethMap.getArg( 'region' )
local region = ChoroplethMap.getArg( 'region' )
local width = ChoroplethMap.getArg( 'width', '250' )
local width = ChoroplethMap.getArg( 'width', '250' )