Show Chart
Renders a previously created chart.
Last updated
Was this helpful?
Renders a previously created chart.
This procedure displays a chart that was previously created using create a chart. It renders the chart at the specified DPI and returns the resulting image file.
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
create a bar chart where
the categories are ["Q1", "Q2", "Q3", "Q4"]
the values are [125000, 158000, 142000, 167000]
the title is "Quarterly Revenue"
show the chartLast updated
Was this helpful?
Was this helpful?
create a pie chart where
the categories are ["Sales", "Marketing", "Support"]
the values are [50, 30, 20]
the title is "Team Distribution"
show the chart with
the dpi is 300
