dosubot[bot] commented on issue #31176: URL: https://github.com/apache/superset/issues/31176#issuecomment-2503464981
<!-- Answer --> Yes, it is possible to achieve dynamic scaling of circle sizes in pixels by developing a custom plugin-chart for Superset. You can create a custom plugin that dynamically adjusts circle sizes based on the map scale. This involves implementing a custom chart component where you can control the rendering logic, such as dynamically calculating circle sizes in pixels. The `ScatterPlotGlowOverlay` in Superset demonstrates how circle sizes can be dynamically scaled, which you can adapt for your custom plugin <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/legacy-plugin-chart-map-box/src/ScatterPlotGlowOverlay.jsx)</sup>. <!-- Dosu Comment Footer --> *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]
