Last updated

API / geotoolkit / charts / BubbleChart / BubbleChart

Namespace: BubbleChart

charts.BubbleChart.BubbleChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & Merge<Options, { colorprovider?: ColorProvider ; label?: { location?: LabelLocation ; padding?: number ; secondarylocation?: LabelLocation ; textstyle?: Type ; visible?: boolean } ; labels?: DataSeries | DataSeriesView | string[] ; series?: { s?: number[] | string | SeriesWithData ; x: number[] | string | SeriesWithData ; y: number[] | string | SeriesWithData ; z?: number[] | string | SeriesWithData } ; tooltip?: Omit<Options["tooltip"], "tooltip"> & { format?: string } ; trendline?: TrendLineOptions }>

chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & { colorprovider?: ColorProvider ; fillstyle?: FillStyle ; linestyle?: LineStyle ; maxs?: number ; maxsize?: number ; mins?: number ; minsize?: number ; series: { s: string | Series ; x: string | Series ; y: string | Series ; z: string | Series } }


TrendLineOptions

Ƭ TrendLineOptions: OptionsBase & { datax?: number[] | INumericalDataSeries ; datay?: number[] | INumericalDataSeries ; enable?: boolean ; linestyle?: Type ; model?: RegressionBase | PredictFunction | typeof RegressionBase ; visible?: boolean }

trend line options