Cartodiagram Map does not work for me #34069
Replies: 4 comments 3 replies
-
Hi @Moosheimer! I'm Dosu and I’m helping the superset team. 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]. 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]. 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. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
(1) done I selected: The Pie chart looks good. |
Beta Was this translation helpful? Give feedback.
-
@dosu But when I use a classic pie chat (as in the example) it looks like this : |
Beta Was this translation helpful? Give feedback.
-
@dosu , is there any planned fix, patch, or upcoming version that will allow Pie charts to be used as sub-charts in Cartodiagram ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have just upgraded to version 5.0 and tried out the new Cartodiagram Map.
I created a pie chart (with json point coordinates of course) and then created a cartodiagram chart with the same dataset.
The world map is displayed correctly and no errors are shown.
However, the pies are not displayed?!
I also tried the simple example from #33900. It does not work for me.
Have I forgotten something? Is there anything else to set? Is some customization missing?
Since it looks as if it works for everyone, the problem must be mine, isn't it?
Beta Was this translation helpful? Give feedback.
All reactions