damirbk commented on issue #34024: URL: https://github.com/apache/superset/issues/34024#issuecomment-3236225669
I had some time to do some digging. The mapping between country code and country name is imported from the Datamaps package and there's a related issue (albeit old) here: https://github.com/markmarkoh/datamaps/issues/28. There seems to be no plan to introduce flexibility to Datamaps to use different types of country codes. @clhubert workaround could to be to re-map your 2 digit codes to 3 digit codes in your dataset using e.g. https://country.io/iso3.json. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
