kadoshms / react-jvectormap

A react wrapper for jvectormap maps
MIT License
98 stars 70 forks source link

Array of strings should also be allowed for Scale #131

Closed flov closed 2 years ago

flov commented 2 years ago

I define the scale with an array of hexadecimal strings, not numbers. This example for a scale would work well but Throws a ts error:j scale: ['#C8EEFF', '#0071A4’]

kadoshms commented 2 years ago

Thanks, merged and published