Is there a way to use “fill” AND “stroke” as attribute for regions scale colors?
问题 I'm using jVectorMap v1.1 and I've got this relevant piece of code: var america = "#d84148"; var europe = "#0060d0"; var africa = "#44984d"; var asia = "#e3a430"; var oceania = "#2ecdd0"; series: { regions: [{ values: data['colours'], scale: { "America" : america, "Europe" : europe, "Africa" : africa, "Asia" : asia, "Oceania" : oceania }, normalizeFunction: 'linear', attribute: 'fill' }] } The vector data I got is the world_mill_en from naturalearth.com and it contains a 1px separation for