API / geotoolkit / charts / BoxPlotChart / BoxPlotChart
charts.BoxPlotChart.BoxPlotChart
Type Aliases
Ƭ Options: Options & ShapeOptions & { datamode?: DataMode ; series?: { group?: string[][] ; x?: string | number[] | string[] | SeriesWithData ; y?: string | SeriesWithData | SeriesWithData[] } }
chart options
Ƭ OptionsOut: OptionsOut & ShapeOptionsOut & { datamode: DataMode ; series: { group?: string[][] ; x: Series ; y: Series[] } }
chart options
Ƭ Series: Merge<Series, { fillstyle?: Type | FillStyles ; linestyle?: Type }>
Ƭ SeriesWithData: Merge<Series, { data: string | number[] }>
Ƭ ShapeOptions: Pick<Options, ShapePropsNames>
Ƭ ShapeOptionsOut: Pick<OptionsOut, ShapePropsNames>
Ƭ ShapePropsNames: "boxvalues" | "boxwidth" | "boxpad" | "whiskerswidth" | "boxwidthunit" | "fixedboxwidth" | "isoutliersvisible" | "linestyle" | "linestyles" | "fillstyles" | "connectedlinestyle" | "boxpositioning"