API / geotoolkit / charts / ErrorChart / ErrorChart
charts.ErrorChart.ErrorChart
Type Aliases
Type Aliases
Ƭ Options: Options & { series?: Series ; symbol?: { fillstyle?: Type ; linestyle?: Type ; painter?: Painter } ; uncertainty?: { symboldata?: any[] ; x?: Uncertainty ; y?: Uncertainty } }
chart options
Ƭ OptionsOut: OptionsOut & { series: { x: Series ; y: Series ; z: Series } }
Ƭ Series: Object
Series type
| Name | Type | Description |
|---|---|---|
dx? | string | number[] | SeriesWithData | Uncertainty by x |
dy? | string | number[] | SeriesWithData | Uncertainty by y |
x? | string | number[] | SeriesWithData | x-values array or x-data series identifier |
y? | string | number[] | SeriesWithData | y-values array or y-data series identifier |
z? | string | number[] | SeriesWithData | z-values array or z-data (color) series identifier |
Ƭ Uncertainty: Object
| Name | Type | Description |
|---|---|---|
max? | number | The maximum size value to use, will be ignored if model = true |
maxsymbolsize? | number | The symbol size for maximum value (in device), will be ignored if model = true |
min? | number | The minimum size value to use will be ignored if model = true |
minsymbolsize? | number | The symbol size for minimum value (in device), will be ignored if model = true |
model? | boolean | Draw uncertainty in model space instead of device |
size? | number | Const size, if there is no data |