rdyatlov commented on issue #31176: URL: https://github.com/apache/superset/issues/31176#issuecomment-2503460988
@dosu, Also didn't help. Can it be set by developing a custom plugin-chart? Thank you! > The `point_unit` property you added as "pixels" is not a recognized unit in the Superset codebase for deck.gl geojson charts. The valid units for `point_unit` are `square_m`, `square_km`, `square_miles`, `radius_m`, `radius_km`, and `radius_miles` [[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Scatter/controlPanel.ts)[[2]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils/geo.ts). > > To achieve dynamic scaling of circle sizes in pixels, you would need to modify the Superset codebase. This involves implementing a feature that allows point sizes to be specified in pixels and dynamically scale with the map. Currently, this functionality is not available out of the box in Superset. > > _To continue talking to [Dosu](https://dosu.dev), mention @dosu._ -- 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]
