Create Chart
Generates a bar or pie chart.
Overview
This procedure creates categorical data visualizations. Bar charts display categories along one axis with corresponding values, and can be oriented horizontally or vertically. Pie charts show proportional relationships as slices of a circle. Legends are supported only for pie charts.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the values are v
What does it do?
Provides numeric values corresponding to each category.
Where does it go?
Indented under create a {bar|pie} chart where.
Is it required?
✅ Yes — This phrase is required.
Does it require data?
✅ Yes — Replace v with a list of numbers or reference to table data.
Example
the values are the table's populationsthe color palette is "color-palette"
What does it do?
Sets the color scheme for the chart.
Where does it go?
Indented under create a {bar|pie} chart where.
Is it required?
❌ No — This phrase is optional.
Does it require data?
✅ Yes — Replace color-palette with one of kognitos,lavender, rocket, or any HTML named color (e.g., red, blue, green, purple, orange, etc.). The default is kognitos.
Example
Examples
1. Bar Chart with Direct Values
2. Pie Chart with Legend
3. Horizontal Bar Chart from Table Data
4. Pie Chart with color palette
Last updated
Was this helpful?
