UNPKG

@nativescript-community/ui-chart

Version:

A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.

13 lines (12 loc) 512 B
import { BubbleDataSet } from './BubbleDataSet'; import { BarLineScatterCandleBubbleData } from './BarLineScatterCandleBubbleData'; import { BubbleEntry } from './BubbleEntry'; export declare class BubbleData extends BarLineScatterCandleBubbleData<BubbleEntry, BubbleDataSet> { /** * Sets the width of the circle that surrounds the bubble when highlighted * for all DataSet objects this data object contains, in dp. * * @param width */ set highlightCircleWidth(width: number); }