UNPKG

@lowcodeunit/lcu-charts-common

Version:

A Charting and Graphing Library based on and influenced by Ngx-charts

7 lines 309 B
import { ChartGlobalOptionsModel } from './chart-global-options.model'; export declare class ChartBubbleOptionsModel extends ChartGlobalOptionsModel { maxRadius: number; minRadius: number; constructor(opts: ChartBubbleOptionsModel); } //# sourceMappingURL=chart-bubble-options.model.d.ts.map