exploding-pie-chart
Reactive icon

Exploding Pie Chart

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 March 2024
 by 
0.0
 (0 ratings)
exploding-pie-chart

Exploding Pie Chart

Documentation
1.0.0

In your application, go to "Manage Dependencies", select the web block WB_ExplodingPieChart from the asset and then click Apply. Then, add the block to the screen/block where you intend to display the chart. This block receives a JSON input parameter with the chart data and generates the chart OnRender, therefore you need to build the logic to get this data in the correct format.

In the Demo App, you can check this implementation in the context of a project management system, to represent a left pie chart that depicts tasks categorized as ‘Open’ , ‘Done,’ ‘In Progress’ or ‘Cancelled’, and a right pie chart that expands on the ‘Done’ category, showcasing ratings: ‘Risk,’ ‘No Risk,’ ‘Problem,’ and ‘Not Applicable'.