Deck.gl scatterplot in the previous version of superset (5) you could switch off the Legend, In version 6 this is no longer possible from the designer #42327
Replies: 1 comment 2 replies
|
Hi @Skyhikeeper! I'm Dosu and I'm helping the Apache Superset team. The deck.gl scatterplot doesn't have a dedicated "show/hide legend" checkbox. Instead, the intended way to hide the legend is to set the Legend Position control to "None" in the chart's customize panel — the Legend component checks for that value and skips rendering entirely [1]. That said, Superset 6.0.0 introduced a regression affecting deck.gl Arc and Scatter chart legends due to changes in the color control system [2]. The reported issues include legends not rendering correctly and charts migrated from 5.x behaving unexpectedly. A fix was proposed in PR #35112, though it may not have been merged into the release you're running. What to try:
To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Uh oh!
There was an error while loading. Please reload this page.
Deck.gl scatterplot in the previous version of superset (5) you could switch off the Legend, In version 6 this is no longer possible from the designer, the Legend is now permanently overlaid on the map, and takes up have to the display size, any direction to remove it would be great?
All reactions