Skip to content

Commit caa56ce

Browse files
changed r to optional in BubbleDataPoint (#11662)
1 parent aca9017 commit caa56ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export interface BubbleDataPoint extends Point {
177177
/**
178178
* Bubble radius in pixels (not scaled).
179179
*/
180-
r: number;
180+
r?: number;
181181
}
182182

183183
export type BubbleController = DatasetController

0 commit comments

Comments
 (0)