Skip to content

Documentation / @ripl/vue-charts / CHART_OPTION_KEYS

Variable: CHART_OPTION_KEYS ​

const CHART_OPTION_KEYS: object

Defined in: vue-charts/src/core/props.ts:26

The options specific to each chart type, on top of BASE_CHART_OPTION_KEYS.

Type Declaration ​

arcDiagram ​

readonly arcDiagram: readonly ["format", "links", "nodeRadius", "nodes", "orientation", "sizeByConnections"]

The options specific to a arc diagram chart.

area ​

readonly area: readonly ["data", "format", "key", "labels", "series", "stacked"]

The options specific to a area chart.

bar ​

readonly bar: readonly ["borderRadius", "data", "format", "key", "labels", "orientation", "series", "stacked"]

The options specific to a bar chart.

boxPlot ​

readonly boxPlot: readonly ["categoryOrder", "color", "data", "format", "key", "value"]

The options specific to a box plot chart.

chord ​

readonly chord: readonly ["format", "groups", "matrix", "padAngle", "padWidth", "palette"]

The options specific to a chord chart.

forceDirected ​

readonly forceDirected: readonly ["centerStrength", "charge", "format", "iterations", "linkDistance", "linkStrength", "links", "nodeRadius", "nodes", "root"]

The options specific to a force directed chart.

funnel ​

readonly funnel: readonly ["borderRadius", "colorBy", "data", "format", "gap", "key", "label", "value"]

The options specific to a funnel chart.

gantt ​

readonly gantt: readonly ["borderRadius", "colorBy", "data", "dependencies", "end", "format", "key", "label", "progress", "showToday", "start", "todayColor"]

The options specific to a gantt chart.

gauge ​

readonly gauge: readonly ["color", "format", "label", "max", "min", "tickFormat", "tickLabels", "ticks", "trackColor", "value"]

The options specific to a gauge chart.

heatmap ​

readonly heatmap: readonly ["borderRadius", "data", "format", "gradient", "keyX", "keyY", "labels", "value", "xCategories", "yCategories"]

The options specific to a heatmap chart.

histogram ​

readonly histogram: readonly ["bins", "borderRadius", "color", "data", "format", "thresholds", "value"]

The options specific to a histogram chart.

line ​

readonly line: readonly ["data", "format", "key", "labels", "series"]

The options specific to a line chart.

packedCircle ​

readonly packedCircle: readonly ["colorBy", "data", "format", "key", "label", "value"]

The options specific to a packed circle chart.

pie ​

readonly pie: readonly ["colorBy", "data", "format", "innerRadius", "key", "label", "labels", "padWidth", "value"]

The options specific to a pie chart.

polarArea ​

readonly polarArea: readonly ["colorBy", "data", "format", "innerRadius", "key", "label", "labels", "levels", "maxRadiusRatio", "padAngle", "padWidth", "value"]

The options specific to a polar area chart.

polarScatter ​

readonly polarScatter: readonly ["data", "format", "labels", "levels", "max", "sectors", "series"]

The options specific to a polar scatter chart.

radar ​

readonly radar: readonly ["categories", "data", "format", "labels", "levels", "max", "series"]

The options specific to a radar chart.

radialBar ​

readonly radialBar: readonly ["colorBy", "data", "format", "gap", "innerRadius", "key", "label", "labels", "max", "range", "rounded", "trackColor", "value"]

The options specific to a radial bar chart.

realtime ​

readonly realtime: readonly ["format", "series", "showYAxis", "transitionDuration", "windowSize", "yMax", "yMin"]

The options specific to a realtime chart.

sankey ​

readonly sankey: readonly ["format", "iterations", "links", "nodePadding", "nodeWidth", "nodes"]

The options specific to a sankey chart.

scatter ​

readonly scatter: readonly ["data", "format", "key", "labels", "series"]

The options specific to a scatter chart.

stock ​

readonly stock: readonly ["close", "data", "downColor", "format", "high", "key", "low", "open", "showVolume", "upColor", "volume"]

The options specific to a stock chart.

sunburst ​

readonly sunburst: readonly ["data", "format", "padWidth"]

The options specific to a sunburst chart.

treemap ​

readonly treemap: readonly ["borderRadius", "colorBy", "data", "format", "gap", "key", "label", "value"]

The options specific to a treemap chart.

trend ​

readonly trend: readonly ["borderRadius", "data", "format", "key", "labels", "series", "stacked"]

The options specific to a trend chart.