Skip to content

Commit

Permalink
changed r to optional in BubbleDataPoint (#11662)
Browse files Browse the repository at this point in the history
  • Loading branch information
waszkiewiczja committed Feb 12, 2024
1 parent aca9017 commit caa56ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.d.ts
Expand Up @@ -177,7 +177,7 @@ export interface BubbleDataPoint extends Point {
/**
* Bubble radius in pixels (not scaled).
*/
r: number;
r?: number;
}

export type BubbleController = DatasetController
Expand Down

0 comments on commit caa56ce

Please sign in to comment.