mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
fix(charts): numerical column for the Point Radius field in mapbox (#36962)
This commit is contained in:
@@ -90,7 +90,9 @@ export default function transformProps(chartProps) {
|
||||
setControlValue('viewport_latitude', latitude);
|
||||
setControlValue('viewport_zoom', zoom);
|
||||
},
|
||||
pointRadius: pointRadius === 'Auto' ? DEFAULT_POINT_RADIUS : pointRadius,
|
||||
// Always use DEFAULT_POINT_RADIUS as the base radius for cluster sizing
|
||||
// Individual point radii come from geoJSON properties.radius
|
||||
pointRadius: DEFAULT_POINT_RADIUS,
|
||||
pointRadiusUnit,
|
||||
renderWhileDragging,
|
||||
rgb,
|
||||
|
||||
Reference in New Issue
Block a user