Skip to content

Vizzu


Vizzu / types/presets / Presets

Interface: Presets

Collection of factory functions for creating preset chart configs.

Methods

area()

area(config): Chart

Creates a chart config for the area preset.

Parameters

config

Area

Returns

Chart


bar()

bar(config): Chart

Creates a chart config for the bar preset.

Parameters

config

Bar

Returns

Chart


bubble()

bubble(config): Chart

Creates a chart config for the bubble preset.

Parameters

config

Bubble

Returns

Chart


bubbleplot()

bubbleplot(config): Chart

Creates a chart config for the bubbleplot preset.

Parameters

config

Bubbleplot

Returns

Chart


column()

column(config): Chart

Creates a chart config for the column preset.

Parameters

config

Column

Returns

Chart


donut()

donut(config): Chart

Creates a chart config for the donut preset.

Parameters

config

Donut

Returns

Chart


groupedBar()

groupedBar(config): Chart

Creates a chart config for the groupedBar preset.

Parameters

config

GroupedBar

Returns

Chart


groupedColumn()

groupedColumn(config): Chart

Creates a chart config for the groupedColumn preset.

Parameters

config

GroupedColumn

Returns

Chart


heatmap()

heatmap(config): Chart

Creates a chart config for the heatmap preset.

Parameters

config

Heatmap

Returns

Chart


line()

line(config): Chart

Creates a chart config for the line preset.

Parameters

config

Line

Returns

Chart


lollipop()

lollipop(config): Chart

Creates a chart config for the lollipop preset.

Parameters

config

Lollipop

Returns

Chart


marimekko()

marimekko(config): Chart

Creates a chart config for the marimekko preset.

Parameters

config

Marimekko

Returns

Chart


mekko()

mekko(config): Chart

Creates a chart config for the mekko preset.

Parameters

config

Mekko

Returns

Chart


nestedDonut()

nestedDonut(config): Chart

Creates a chart config for the nestedDonut preset.

Parameters

config

NestedDonut

Returns

Chart


percentageArea()

percentageArea(config): Chart

Creates a chart config for the percentageArea preset.

Parameters

config

PercentageArea

Returns

Chart


percentageBar()

percentageBar(config): Chart

Creates a chart config for the percentageBar preset.

Parameters

config

PercentageBar

Returns

Chart


percentageColumn()

percentageColumn(config): Chart

Creates a chart config for the percentageColumn preset.

Parameters

config

PercentageColumn

Returns

Chart


pie()

pie(config): Chart

Creates a chart config for the pie preset.

Parameters

config

Pie

Returns

Chart


polarColumn()

polarColumn(config): Chart

Creates a chart config for the polarColumn preset.

Parameters

config

PolarColumn

Returns

Chart


polarLine()

polarLine(config): Chart

Creates a chart config for the polarLine preset.

Parameters

config

PolarLine

Returns

Chart


polarScatter()

polarScatter(config): Chart

Creates a chart config for the polarScatter preset.

Parameters

config

PolarScatter

Returns

Chart


polarStackedColumn()

polarStackedColumn(config): Chart

Creates a chart config for the polarStackedColumn preset.

Parameters

config

PolarStackedColumn

Returns

Chart


radialBar()

radialBar(config): Chart

Creates a chart config for the radialBar preset.

Parameters

config

RadialBar

Returns

Chart


radialStackedBar()

radialStackedBar(config): Chart

Creates a chart config for the radialStackedBar preset.

Parameters

config

RadialStackedBar

Returns

Chart


scatter()

scatter(config): Chart

Creates a chart config for the scatter preset.

Parameters

config

Scatter

Returns

Chart


splittedArea()

splittedArea(config): Chart

Creates a chart config for the splittedArea preset.

Parameters

config

SplittedArea

Returns

Chart


splittedBar()

splittedBar(config): Chart

Creates a chart config for the splittedBar preset.

Parameters

config

SplittedBar

Returns

Chart


splittedColumn()

splittedColumn(config): Chart

Creates a chart config for the splittedColumn preset.

Parameters

config

SplittedColumn

Returns

Chart


stackedArea()

stackedArea(config): Chart

Creates a chart config for the stackedArea preset.

Parameters

config

StackedArea

Returns

Chart


stackedBar()

stackedBar(config): Chart

Creates a chart config for the stackedBar preset.

Parameters

config

StackedBar

Returns

Chart


stackedBubble()

stackedBubble(config): Chart

Creates a chart config for the stackedBubble preset.

Parameters

config

StackedBubble

Returns

Chart


stackedColumn()

stackedColumn(config): Chart

Creates a chart config for the stackedColumn preset.

Parameters

config

StackedColumn

Returns

Chart


stackedTreemap()

stackedTreemap(config): Chart

Creates a chart config for the stackedTreemap preset.

Parameters

config

StackedTreemap

Returns

Chart


stream()

stream(config): Chart

Creates a chart config for the stream preset.

Parameters

config

Stream

Returns

Chart


treemap()

treemap(config): Chart

Creates a chart config for the treemap preset.

Parameters

config

Treemap

Returns

Chart


variableRadiusPie()

variableRadiusPie(config): Chart

Creates a chart config for the variableRadiusPie preset.

Parameters

config

VariableRadiusPie

Returns

Chart


verticalLine()

verticalLine(config): Chart

Creates a chart config for the verticalLine preset.

Parameters

config

VerticalLine

Returns

Chart


verticalStream()

verticalStream(config): Chart

Creates a chart config for the verticalStream preset.

Parameters

config

VerticalStream

Returns

Chart


verticalViolin()

verticalViolin(config): Chart

Creates a chart config for the verticalViolin preset.

Parameters

config

VerticalViolin

Returns

Chart


violin()

violin(config): Chart

Creates a chart config for the violin preset.

Parameters

config

Violin

Returns

Chart


waterfall()

waterfall(config): Chart

Creates a chart config for the waterfall preset.

Parameters

config

Waterfall

Returns

Chart