Components
charts
pie-chart
9min
The component can be used to display statistics related to data records. Mostly used in jig.default or jig.list.

Pie Chart Preview
We are currently experiencing issues with the legend of the Pie Chart component. We are working hard to fix this issue.
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes:
- For chart
- title- Its text and verticalAlign
- For series
- data - Values that should be used in the graph
- layout - Pie or Arch - the preferred type of graph you would like to use
Other options:
chart
- subtitle - A subtitle/ short description of your chart
- height and width - The parameters of the graph displayed (in pixels)
series
- name - The naming of the actual series
- color - The color that should be used in the graph
legend
- isHidden - The setting of a boolean value if the legend (naming of the series) should be displayed under the graph
Actions:
onPress - The possibility to add any of the actions (please refer to the list of our Actions). This action(s) will be triggered as a reaction to the press event.