API / geotoolkit / charts / BubbleChart / BubbleChart
charts.BubbleChart.BubbleChart
Type Aliases
Type Aliases
Ƭ 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 & { 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: OptionsBase & { datax?: number[] | INumericalDataSeries ; datay?: number[] | INumericalDataSeries ; enable?: boolean ; linestyle?: Type ; model?: RegressionBase | PredictFunction | typeof RegressionBase ; visible?: boolean }
trend line options