geido commented on code in PR #36962:
URL: https://github.com/apache/superset/pull/36962#discussion_r2709182832
##########
superset-frontend/plugins/legacy-plugin-chart-map-box/src/ScatterPlotGlowOverlay.jsx:
##########
@@ -143,6 +143,26 @@ class ScatterPlotGlowOverlay extends PureComponent {
const maxLabel = Math.max(...clusterLabelMap.filter(v =>
!Number.isNaN(v)));
+ // Calculate min/max radius values for Pixels mode scaling
+ let minRadiusValue = Infinity;
Review Comment:
Can we add some tests?
--
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]