Charts in Flow screens
Sliick Charts works in Screen Flows, so you can show a chart part-way through a wizard or guided process, and change what it shows as the person moves through the flow.
Add the chart to a screen
Section titled “Add the chart to a screen”- Open your flow in Flow Builder.
- Add a Screen element.
- Drag the Sliick Charts component onto the screen.
- Map your Flow variables (or formulas) to the component’s input properties.
The input properties are the same ones you set in the Lightning App Builder: chart type, data, size, title and legend visibility. They are listed in Charts on Lightning pages.
Data that changes as the flow runs
Section titled “Data that changes as the flow runs”Tip: Use a Flow Formula to construct the
Chart Data (JSON)string at runtime based on record data or user input.
The data still has to be a valid JSON array of objects, each with a label and a value. The format and an example are on Charts on Lightning pages.