GitHub user dosubot[bot] added a comment to the discussion: Cartodiagram Map does not work for me
<!-- Greeting --> Hi @Moosheimer! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> The Cartodiagram Map requires a few specific settings for pies to display. Make sure you have: (1) selected a chart in the "Chart" (selected_chart) control in the Configuration section, (2) chosen the correct geometry column (geom_column) that contains your point coordinates (usually as GeoJSON), and (3) ensured your dataset has the expected format for pie data. If any of these are missing or misconfigured, the map will show but pies won't render, and you won't see an error message [[source]](https://github.com/apache/superset/blob/ef14a5fbb47a540b0c91f40fa397fa9c6d18fa2d/superset-frontend/plugins/plugin-chart-cartodiagram/src/plugin/controlPanel.ts). Recent changes to map rendering (DeckGL layers) in Superset 5.0 could also affect how pies are displayed if your data or configuration isn't compatible [[source]](https://github.com/apache/superset/pull/33364). Double-check that your chart and geometry column are set, and that your data matches the expected schema. If everything looks correct, try checking your browser console for silent errors, as the plugin may skip rendering pies if it can't parse the data. If you still have trouble, let me know which columns you selected for "Chart" and "Geometry Column," and what your data looks like—this will help narrow it down. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1468f52a-fcf0-4043-ab1b-73102619e002?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/34069) GitHub link: https://github.com/apache/superset/discussions/34069#discussioncomment-13663739 ---- 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]
