Canvas Components

icon picker
Multi level Pie chart

Last edited 113 days ago by Lukas Pavelka.

How to design it in Power Apps

Preview

Screenshot 2025-04-05 at 8.10.07.png

What does it consist of?

3x Container
5x Label
4x Circle
1x Dropdown

Procedure

Step 1 - create main container
Add a new Vertical Container PCF object, call it "multilevel_pie_chart" with this "DropShadow" property:
DropShadow.Semibold
Step 2 - create header
Add a new Horizontal Container PCF object, call it "header_chart" with default properties.

Add a new Text Input object under "header_chart", call it "title_chart" with this "Text" property:
"Annual profits"
Add a new Dropdown PCF object under "header_chart", call it "year_chart" with this "Items" property:
["2025", "2024", "2023"]
Instead of default static items, you can connect your SharePoint or Dataverse table.

Step 3 - create content
Add a new Manual Container PCF object, call it "content_chart" with default properties.

Add 4 new Text Input objects under "content_chart", call it "value_1/2/3/4" with this "Text" property:
"3K"
"7.2K"
"10K"
"15K"
Add 4 new Circle objects under "content_chart", call it "ellipse_1/2/3/4" with this "Fill" property:
RGBA(209, 106, 81, 1)
RGBA(232, 189, 179, 1)
RGBA(238, 216, 209, 1)
RGBA(245, 235, 235, 1)
This is an output:
Screenshot 2025-04-05 at 8.13.46.png

How to design it in Figma

Preview

Screenshot 2025-04-05 at 8.10.24.png

What does it consist of?

4x Frame
5x Text
4x Ellipse

Procedure

Step 1 - create a vertical frame with auto layout
Add a new Frame (F command) with vertical auto layout (SHIFT + A command) object, call it "vercont_multilevel_pie_chart" with these properties:
Screenshot 2025-04-05 at 8.35.26.png
Step 2 - create a header frame
Add a new Frame (F command) with horizontal auto layout (SHIFT + A command) object, call it "horcont_header_chart" with these properties:
Screenshot 2025-04-05 at 8.37.07.png

Add a new Text (T command) uder "horcont_header_chart" frame , call it "lbl_title_chart" with these properties:
Screenshot 2025-04-05 at 8.38.38.png
Open DesignKit 3.5 version and add new Dropdown PCF component with "dropdownpcf_year_chart" name:
Screenshot 2025-04-05 at 8.42.52.png
Step 3 - create a content frame
Add a new Frame (F command) object, call it "cont_content_chart" with these properties:
Screenshot 2025-04-05 at 8.44.19.png
Add 4 new Texts (T command) object, call them "lbl_value_1/2/3/4" with these properties:
Screenshot 2025-04-05 at 8.45.24.png
Add 4 new Ellipses (O command) object, call them "ci_ellipse_1/2/3/4" with these properties:
Screenshot 2025-04-05 at 8.46.16.png
Screenshot 2025-04-05 at 8.47.36.png
Screenshot 2025-04-05 at 8.47.49.png
Screenshot 2025-04-05 at 8.48.04.png
This is an output:
Screenshot 2025-04-05 at 8.15.23.png

How to use it via DesignKit

Prerequisites

the designed component according to the instructions from the previous section

Used Prefixes

vercont_multilevel_pie_chart = Vertical Container
horcont_header_chart = Horizontal Container
cont_content_chart = Manual Container
lbl_title_chart = Label
dropdownpcf_year_chart = Dropdown
ci_ellipse_1 = Circle

YAML Output

outpuy.png

Used Colours

Background - #FFFFFF
Ellipses Colours - #D16A51,#E8BDB3,#EED8D1,#F5EBEB
Text Colour - #0F0E0E


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.