Last updated

API / geotoolkit / charts / BoxPlotChart / BoxPlotChart

Namespace: BoxPlotChart

charts.BoxPlotChart.BoxPlotChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & ShapeOptions & { datamode?: DataMode ; series?: { group?: string[][] ; x?: string | number[] | string[] | SeriesWithData ; y?: string | SeriesWithData | SeriesWithData[] } }

chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & ShapeOptionsOut & { datamode: DataMode ; series: { group?: string[][] ; x: Series ; y: Series[] } }

chart options


Series

Ƭ Series: Merge<Series, { fillstyle?: Type | FillStyles ; linestyle?: Type }>


SeriesWithData

Ƭ SeriesWithData: Merge<Series, { data: string | number[] }>


ShapeOptions

Ƭ ShapeOptions: Pick<Options, ShapePropsNames>


ShapeOptionsOut

Ƭ ShapeOptionsOut: Pick<OptionsOut, ShapePropsNames>


ShapePropsNames

Ƭ ShapePropsNames: "boxvalues" | "boxwidth" | "boxpad" | "whiskerswidth" | "boxwidthunit" | "fixedboxwidth" | "isoutliersvisible" | "linestyle" | "linestyles" | "fillstyles" | "connectedlinestyle" | "boxpositioning"