Overview
Version
FineBI Version | Functional Change |
---|---|
6.0 | / |
Application Scenario
A multi-level pie chart, also known as a sunburst chart, refers to a pie chart with multiple levels and an inclusion relationship between levels.
Multi-level pie charts are suitable for displaying complex tree-structured data with parent-child relationships, such as geographic area data, company hierarchies, and quarterly or monthly time levels.
The radians of different colors in the inner circle show the sales of each region respectively, while the light-colored slices in the outer circle represent the sales of different brands in that region, as shown in the following figure.
Basic Requirement
The following table shows the basic requirements for a multi-level pie chart.
Chart Effect | Dimension Field | Indicator Field |
---|---|---|
Multi-level pie chart | > = 2 | 1 |
Chart Feature
1. Advantage
Intuitive display of hierarchical structure: Multi-level pie charts can clearly display the hierarchical structure of data, allowing users to see the relationship of subordination between different categories at a glance.
Space saving: Compared to traditional pie charts, multi-level pie charts can display more information in limited space, making the chart more compact.
2. Disadvantage
Complexity: When there are too many levels of data, multiple levels of pie charts can appear overly complex, making it difficult for users to quickly understand the information conveyed by the chart.
Difficult to compare: Comparisons between different levels in a multi-level pie chart may not be as intuitive as in a single-level pie chart, especially when the size of the inner levels is not significantly different from the outer levels.
Example
Data Preparation
1. Log in to FineBI, click My Analysis, select a folder, and click New Subject, as shown in the following figure.
2. Choose Local Excel > Upload Data, as shown in the following figure.
Sample data: Store Sales Data Statistics.xlsx
3. Click OK after the data is uploaded, as shown in the following figure.
4. Click Save and Update to complete the data creation, as shown in the following figure.
Component Creation
1. Click Component in the lower left corner.
2. Select Multi-Level Pie Chart in Chart Type.
3. Drag the dimension field Region from the left to-be-analyzed area into the color bar in the Graphic Property area, drag Sales into the Size bar, and drag Region and Brand Description into the Fine-grained bar. After these operations, a multi-level pie chart will be generated in the analysis area. The radians of different colors in the inner circle of the pie chart represent the sales amount in each region, while the light-colored slices in the outer circle of the pie chart represent the sales amount of different brands within the region in the inner circle, as shown in the following figure.
Label Setting
Click the Label settings button in the Graphic Property area, and check both Display Label and Display Current-Level Dimension. The chart will then display the corresponding dimension and label for the current hierarchy, as shown in the following figure.
Creating a Dashboard
1. Click the Add Dashboard button at the bottom of the editing page of the analysis subject.
2. Drag the component into the dashboard on the dashboard editing page, as shown in the following figure.
3. Select Edit Title from the drop-down list, and set Dashboard Style to Custom. Set the title to Multi-level Pie Chart, and click OK, as shown in the following figure.
Effect Display
1. PC Terminal
2. Mobile Terminal