Last updated

API / geotoolkit / controls / shapes / BubbleChart / BubbleChart

Namespace: BubbleChart

shapes.BubbleChart.BubbleChart

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Type declaration

NameTypeDescription
autominmaxs?booleanautomatically calculate the min and max in s data series
autominmaxx?booleanautomatically adjust x limit to contain all symbols in x axis direction without clipping anyone
autominmaxy?booleanautomatically adjust y limit to contain all symbols in x axis direction without clipping anyone
autominmaxz?booleanautomatically calculate the min and max in z data series
colorprovider?ColorProviderThe colorProvider used to color points based on their Z value
datas?number[]Data series s
datax?number[]Data series x
datay?number[]Data series y
dataz?number[]Data series z
defaultfillstyle?TypeThe fillstyle to be used if there is no ColorProvider provided or if a point has no valid Z value
defaultlinestyle?TypeThe linestyle to be used to render symbol
labellocation?stringThe relative location of label to bubble
labelpadding?numberthe padding between labels and bubble or view boundary
labels?string[] | number[]Data series of label
labeltextstyle?Typethe text style of labels
labelvisible?booleanflag determine the visibility of labels
maxs?numberReturn the fixed s maximum limit, the real s maximum model limit, or the maximum of s in dataset depend on ignoreFixedLimit and ignoreAutoLimit
maxsize?numbermaximum size (side length of square) of symbol
maxx?numberReturn the fixed x maximum limit, the real x maximum model limit, or the maximum of x in dataset depend on ignoreFixedLimit and ignoreAutoLimit
maxy?numberReturn the fixed y maximum limit, the real y maximum model limit, or the maximum of y in dataset depend on ignoreFixedLimit and ignoreAutoLimit
maxz?numberReturn the fixed z maximum limit, the real z maximum model limit, or the maximum of z in dataset depend on ignoreFixedLimit and ignoreAutoLimit
mins?numberReturn the fixed s minimum limit, the real s minimum model limit, or the minimum of s in dataset depend on ignoreFixedLimit and ignoreAutoLimit
minsize?numberminimum size (side length of square) of symbol
minspanx?numberdesired minimum distance between ticks in pixels for series x
minspany?numberdesired minimum distance between ticks in pixels for series y
minx?numberReturn the fixed x minimum limit, the real x minimum model limit, or the minimum of x in dataset depend on ignoreFixedLimit and ignoreAutoLimit
miny?numberReturn the fixed y minimum limit, the real y minimum model limit, or the minimum of y in dataset depend on ignoreFixedLimit and ignoreAutoLimit
minz?numberReturn the fixed z minimum limit, the real z minimum model limit, or the minimum of z in dataset depend on ignoreFixedLimit and ignoreAutoLimit
neatlimitx?booleanenable calculation of neat limit for series x
neatlimity?booleanenable calculation of neat limit for series y
preciselimitx?booleanoption for neat limits calculates for series x only step and hide edge ticks. It is enabled only if neatlimits is set
preciselimity?booleanoption for neat limits calculates for series y only step and hide edge ticks. It is enabled only if neatlimits is set
secondarylocation?stringThe relative location of label to bubble when first location is unable to show the label completely
selectable?booleandetermine if the shape is selectable
sizebin?numberthe number of bins for showing different degree of size, default value is the number of items in data series
symbol?PainterFunctionThe painter to draw symbols
validlength?numberthe min length of four data series

DataOut

Ƭ DataOut: Object

Type declaration

NameTypeDescription
autominmaxsbooleanautomatically calculate the min and max in s data series
autominmaxxbooleanautomatically adjust x limit to contain all symbols in x axis direction without clipping anyone
autominmaxybooleanautomatically adjust y limit to contain all symbols in x axis direction without clipping anyone
autominmaxzbooleanautomatically calculate the min and max in z data series
colorproviderColorProviderThe colorProvider used to color points based on their Z value
datasnumber[]Data series s
dataxnumber[]Data series x
dataynumber[]Data series y
dataznumber[]Data series z
defaultfillstyleFillStyle | nullThe fillstyle to be used if there is no ColorProvider provided or if a point has no valid Z value
defaultlinestyleLineStyle | nullThe linestyle to be used to render symbol
labellocationstringThe relative location of label to bubble
labelpaddingnumberthe padding between labels and bubble or view boundary
labelsstring[] | number[]Data series of label
labeltextstyleTextStyle | nullthe text style of labels
labelvisiblebooleanflag determine the visibility of labels
maxsnumberReturn the fixed s maximum limit, the real s maximum model limit, or the maximum of s in dataset depend on ignoreFixedLimit and ignoreAutoLimit
maxsizenumbermaximum size (side length of square) of symbol
maxxnumberReturn the fixed x maximum limit, the real x maximum model limit, or the maximum of x in dataset depend on ignoreFixedLimit and ignoreAutoLimit
maxynumberReturn the fixed y maximum limit, the real y maximum model limit, or the maximum of y in dataset depend on ignoreFixedLimit and ignoreAutoLimit
maxznumberReturn the fixed z maximum limit, the real z maximum model limit, or the maximum of z in dataset depend on ignoreFixedLimit and ignoreAutoLimit
minsnumberReturn the fixed s minimum limit, the real s minimum model limit, or the minimum of s in dataset depend on ignoreFixedLimit and ignoreAutoLimit
minsizenumberminimum size (side length of square) of symbol
minspanxnumberdesired minimum distance between ticks in pixels for series x
minspanynumberdesired minimum distance between ticks in pixels for series y
minxnumberReturn the fixed x minimum limit, the real x minimum model limit, or the minimum of x in dataset depend on ignoreFixedLimit and ignoreAutoLimit
minynumberReturn the fixed y minimum limit, the real y minimum model limit, or the minimum of y in dataset depend on ignoreFixedLimit and ignoreAutoLimit
minznumberReturn the fixed z minimum limit, the real z minimum model limit, or the minimum of z in dataset depend on ignoreFixedLimit and ignoreAutoLimit
neatlimitxbooleanenable calculation of neat limit for series x
neatlimitybooleanenable calculation of neat limit for series y
preciselimitxbooleanoption for neat limits calculates for series x only step and hide edge ticks. It is enabled only if neatlimits is set
preciselimitybooleanoption for neat limits calculates for series y only step and hide edge ticks. It is enabled only if neatlimits is set
secondarylocationstringThe relative location of label to bubble when first location is unable to show the label completely
selectablebooleandetermine if the shape is selectable
sizebinnumberthe number of bins for showing different degree of size, default value is the number of items in data series
symbolPainterFunctionThe painter to draw symbols
validlengthnumberthe min length of four data series

Options

Ƭ Options: Options & { autominmaxs?: boolean ; autominmaxx?: boolean ; autominmaxy?: boolean ; autominmaxz?: boolean ; cacheheightlimit?: number ; cachewidthlimit?: number ; colorprovider?: ColorProvider ; datas?: number[] ; datax?: number[] ; datay?: number[] ; dataz?: number[] ; defaultfillstyle?: Type ; defaultlinestyle?: Type ; labellocation?: string ; labelpadding?: number ; labels?: string[] | number[] ; labeltextstyle?: Type ; labelvisible?: boolean ; maxs?: number ; maxsize?: number ; maxx?: number ; maxy?: number ; maxz?: number ; mins?: number ; minsize?: number ; minspanx?: number ; minspany?: number ; minx?: number ; miny?: number ; minz?: number ; neatlimitx?: boolean ; neatlimity?: boolean ; preciselimitx?: boolean ; preciselimity?: boolean ; secondarylocation?: string ; selectable?: boolean ; sizebin?: number ; symbol?: PainterFunction ; validlength?: number }

options