Last updated

API / geotoolkit / controls / shapes / RoseChart / RoseChart

Namespace: RoseChart

shapes.RoseChart.RoseChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Omit<Options, "name"> & OptionsBase

options object


OptionsBase

Ƭ OptionsBase: Object

Data to be charted in histogram

Type declaration

NameTypeDescription
center?Pointcenter
createselectedstyle?(style: FillStyle) => FillStylecreates fillstyle for selection
data?{ bins?: number ; fillstyle?: Type ; fillstyles?: Type[] | Iterator<Type> ; linestyle?: Type ; linestyles?: Type[] | Iterator<Type> ; values?: number[] | SliceData[] }data object
data.bins?numberbins bin count
data.fillstyle?Type-
data.fillstyles?Type[] | Iterator<Type>an array of fill styles
data.linestyle?Type-
data.linestyles?Type[] | Iterator<Type>an array of line styles
data.values?number[] | SliceData[]-
fillstyle?Typebackground fill style
linestyle?Typeborder line style
modelradius?numbermodel radius
name?stringname of the rose chart diagram
outerradius?numberouter radius
polargrid?PolarGridpolar grid
rosemode?RoseModeRosemode
startangle?numberstart angle
values?number[]values values

OptionsOut

Ƭ OptionsOut: Omit<OptionsOut, "name"> & Required<OptionsBase>

options object