UNPKG

@carbon/charts

Version:
40 lines (39 loc) 797 B
export declare const lollipopDiscreteData: { group: string; key: string; value: number; }[]; export declare const lollipopDiscreteOptions: { title: string; axes: { bottom: { title: string; scaleType: string; mapsTo: string; }; left: { mapsTo: string; }; }; }; export declare const lollipopDiscretePresentationData: { group: string; key: string; value: number; }[]; export declare const lollipopDiscretePresentationOptions: { title: string; axes: { left: { title: string; scaleType: string; mapsTo: string; }; bottom: { mapsTo: string; }; }; points: { radius: number; }; };