GitHub user dosubot[bot] added a comment to the discussion: How do I configure the legacy-plugin-chart-country-map so that the crossfilter works?
<!-- Greeting --> Hi @AidarMukhitov! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the superset team. <!-- Answer --> The legacy-plugin-chart-country-map does not have built-in support for crossfilter in Apache Superset. The plugin's code only handles local interactions like zooming and highlighting regions on the map, but it does not emit filter events or interact with crossfilter mechanisms in Superset. There is no configuration option or documented method to enable crossfilter with this plugin, and no evidence in the codebase or documentation that such integration is currently supported. Any crossfilter integration would require changes at the Superset core level or a refactor of the plugin to emit filter events that other charts or filters can use for crossfiltering. [Source 1](https://github.com/apache/superset/blob/235c9d2ebf2b14af7afac854b5b15a877695d1b1/superset-frontend/plugins/legacy-plugin-chart-country-map/src/CountryMap.js) | [Source 2](https://github.com/apache/superset/blob/235c9d2ebf2b14af7afac854b5b15a877695d1b1/superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js) If you need crossfilter functionality, you may want to consider using a different chart type that supports it natively, or explore custom development to extend the plugin with event handling that triggers crossfilter actions. <!-- Dosu Comment Footer --> *To reply, just mention my name [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/eff59ff3-b4cd-41eb-b9d8-c2c39e89a809?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/33627) GitHub link: https://github.com/apache/superset/discussions/33627#discussioncomment-13318295 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
