Skip to content

Commit ca35fb9

Browse files
plouctherightstuff
andauthored
Update packages/swarmplot/src/SwarmPlotCanvas.tsx
Co-authored-by: therightstuff <[email protected]>
1 parent bbbcd9c commit ca35fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/swarmplot/src/SwarmPlotCanvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const InnerSwarmPlotCanvas = <RawDatum,>({
5454
id = defaultProps.id,
5555
value = defaultProps.value,
5656
valueFormat,
57-
valueScale,
57+
valueScale = defaultProps.valueScale,
5858
groups,
5959
groupBy = defaultProps.groupBy,
6060
size = defaultProps.size,

0 commit comments

Comments
 (0)