Last updated

API / geotoolkit / charts / DonutChart / DonutChart

Namespace: DonutChart

charts.DonutChart.DonutChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & Pick<Options, "label" | "outsideline" | "direction" | "depth3d" | "piemode" | "inclination3d" | "sliceshift" | "startangle" | "createselectedstyle"> & { colors?: (index: number) => Type ; fillstyles?: FillStyle[] ; innerradius?: string | number ; labels?: (annotation: number, value?: SliceInfo) => string ; mode?: PieMode ; order?: DataOrder ; outerradius?: string | number ; selected-fillstyles?: Type[] ; series?: { x?: string | number[] | string[] | SeriesWithData } ; totalangle?: number ; x?: string | number ; y?: string | number }

Chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & Pick<OptionsBaseOut, "outsideline" | "totalangle" | "label" | "sliceshift"> & { innerradius: string | number ; outerradius: string | number ; x: string | number ; y: string | number }


Series

Ƭ Series: Series & { fillstyle?: Type | null ; label?: string ; value?: string }