UNPKG

@carbon/charts

Version:
8 lines (7 loc) 346 B
import { Scatter } from './scatter'; import { Selection } from 'd3-selection'; export declare class Bubble extends Scatter { type: string; getRadiusScale(selection: Selection<any, any, any, any>): import("d3-scale").ScaleLinear<number, number>; styleCircles(selection: Selection<any, any, any, any>, animate: boolean): void; }