dosubot[bot] commented on issue #37233: URL: https://github.com/apache/superset/issues/37233#issuecomment-3765966717
<!-- Answer --> This is a regression in Superset 6.0.0: the color pickers for fill and stroke in the deck.gl GeoJSON chart are supposed to be available, but a bug caused them to disappear from the UI in this version. This issue affects both deck.gl Polygon and deck.gl GeoJSON charts and is confirmed in recent discussions and code references—it's not a design decision, and there is no workaround in the UI for 6.0.0 ([details](https://github.com/apache/superset/issues/36326)). The controls are present in the codebase and expected by the chart logic, but the UI doesn't render them due to this regression ([code reference](https://github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts)). Recent PRs have fixed this for newer versions by making the color pickers always visible ([PR 37029](https://github.com/apache/superset/pull/37029)). If you need this functionality, upgrading to a version with the fix is the only practical solution. <!-- 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/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/cdef53f8-150f-46a4-8653-75104c5bc77a?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=This%20is%20a%20regression%20in%20Superset%206.0.0%3A%20the%20color%20pickers%20for%20fill%20and%20stroke%20in%20the%20deck.gl%20GeoJSON%20chart%20are%20supposed%20to%20be%20available%2C%20but%20a%20bug%20caused%20them%20to%20disappear%20from%20the%20UI%20in%20this%20version.%20This%20issue%20affects%20both%20deck.gl%20Polygon%20and%20deck.gl%20GeoJSON%20charts%20and%20is%20confirmed%20in%20recent%20discussions%20and%20code%20references%E2%80%94it%27s%20not%20a%20design%20decision%2C%20and%20there%20is%20no%20workaround%20in%20the%20UI%20for%206.0.0%C2%A0%28%5Bdetails%5D%28https%3A//github.com/apache/superset/issues/36326%29%29.%20The%20controls%20are%20present%20in%20the%20codebase%20and%20expected%20by%20the%20chart%20logic%2C%20but%20the%20UI%20 doesn%27t%20render%20them%20due%20to%20this%20regression%C2%A0%28%5Bcode%20reference%5D%28https%3A//github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/controlPanel.ts%29%29.%20%0A%0ARecent%20PRs%20have%20fixed%20this%20for%20newer%20versions%20by%20making%20the%20color%20pickers%20always%20visible%C2%A0%28%5BPR%2037029%5D%28https%3A//github.com/apache/superset/pull/37029%29%29.%20If%20you%20need%20this%20functionality%2C%20upgrading%20to%20a%20version%20with%20the%20fix%20is%20the%20only%20practical%20solution.) [](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/issues/37233) -- 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]
