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
Returns
bar()
bar(
config
):Chart
Creates a chart config for the bar preset.
Parameters
config
Returns
bubble()
bubble(
config
):Chart
Creates a chart config for the bubble preset.
Parameters
config
Returns
bubbleplot()
bubbleplot(
config
):Chart
Creates a chart config for the bubbleplot preset.
Parameters
config
Returns
column()
column(
config
):Chart
Creates a chart config for the column preset.
Parameters
config
Returns
donut()
donut(
config
):Chart
Creates a chart config for the donut preset.
Parameters
config
Returns
groupedBar()
groupedBar(
config
):Chart
Creates a chart config for the groupedBar preset.
Parameters
config
Returns
groupedColumn()
groupedColumn(
config
):Chart
Creates a chart config for the groupedColumn preset.
Parameters
config
Returns
heatmap()
heatmap(
config
):Chart
Creates a chart config for the heatmap preset.
Parameters
config
Returns
line()
line(
config
):Chart
Creates a chart config for the line preset.
Parameters
config
Returns
lollipop()
lollipop(
config
):Chart
Creates a chart config for the lollipop preset.
Parameters
config
Returns
marimekko()
marimekko(
config
):Chart
Creates a chart config for the marimekko preset.
Parameters
config
Returns
mekko()
mekko(
config
):Chart
Creates a chart config for the mekko preset.
Parameters
config
Returns
nestedDonut()
nestedDonut(
config
):Chart
Creates a chart config for the nestedDonut preset.
Parameters
config
Returns
percentageArea()
percentageArea(
config
):Chart
Creates a chart config for the percentageArea preset.
Parameters
config
Returns
percentageBar()
percentageBar(
config
):Chart
Creates a chart config for the percentageBar preset.
Parameters
config
Returns
percentageColumn()
percentageColumn(
config
):Chart
Creates a chart config for the percentageColumn preset.
Parameters
config
Returns
pie()
pie(
config
):Chart
Creates a chart config for the pie preset.
Parameters
config
Returns
polarColumn()
polarColumn(
config
):Chart
Creates a chart config for the polarColumn preset.
Parameters
config
Returns
polarLine()
polarLine(
config
):Chart
Creates a chart config for the polarLine preset.
Parameters
config
Returns
polarScatter()
polarScatter(
config
):Chart
Creates a chart config for the polarScatter preset.
Parameters
config
Returns
polarStackedColumn()
polarStackedColumn(
config
):Chart
Creates a chart config for the polarStackedColumn preset.
Parameters
config
Returns
radialBar()
radialBar(
config
):Chart
Creates a chart config for the radialBar preset.
Parameters
config
Returns
radialStackedBar()
radialStackedBar(
config
):Chart
Creates a chart config for the radialStackedBar preset.
Parameters
config
Returns
scatter()
scatter(
config
):Chart
Creates a chart config for the scatter preset.
Parameters
config
Returns
splittedArea()
splittedArea(
config
):Chart
Creates a chart config for the splittedArea preset.
Parameters
config
Returns
splittedBar()
splittedBar(
config
):Chart
Creates a chart config for the splittedBar preset.
Parameters
config
Returns
splittedColumn()
splittedColumn(
config
):Chart
Creates a chart config for the splittedColumn preset.
Parameters
config
Returns
stackedArea()
stackedArea(
config
):Chart
Creates a chart config for the stackedArea preset.
Parameters
config
Returns
stackedBar()
stackedBar(
config
):Chart
Creates a chart config for the stackedBar preset.
Parameters
config
Returns
stackedBubble()
stackedBubble(
config
):Chart
Creates a chart config for the stackedBubble preset.
Parameters
config
Returns
stackedColumn()
stackedColumn(
config
):Chart
Creates a chart config for the stackedColumn preset.
Parameters
config
Returns
stackedTreemap()
stackedTreemap(
config
):Chart
Creates a chart config for the stackedTreemap preset.
Parameters
config
Returns
stream()
stream(
config
):Chart
Creates a chart config for the stream preset.
Parameters
config
Returns
treemap()
treemap(
config
):Chart
Creates a chart config for the treemap preset.
Parameters
config
Returns
variableRadiusPie()
variableRadiusPie(
config
):Chart
Creates a chart config for the variableRadiusPie preset.
Parameters
config
Returns
verticalLine()
verticalLine(
config
):Chart
Creates a chart config for the verticalLine preset.
Parameters
config
Returns
verticalStream()
verticalStream(
config
):Chart
Creates a chart config for the verticalStream preset.
Parameters
config
Returns
verticalViolin()
verticalViolin(
config
):Chart
Creates a chart config for the verticalViolin preset.
Parameters
config
Returns
violin()
violin(
config
):Chart
Creates a chart config for the violin preset.
Parameters
config
Returns
waterfall()
waterfall(
config
):Chart
Creates a chart config for the waterfall preset.
Parameters
config
Returns