- 09 Sep 2025
- 3 Minutes to read
- Print
- PDF
Pie Chart
- Updated on 09 Sep 2025
- 3 Minutes to read
- Print
- PDF
Left Panel
Chart Source
Chart Source lets you control how a chart is powered. You can edit the dataset, swap it with another, or view the underlying SQL query for analysis.
Figure: Chart Source
Edit Dataset
Lets you make changes to the underlying dataset definition used by the chart.
It is accessible only for Admins, for other users this option is grayed.
Swap Dataset
Allows you to replace the dataset currently powering the chart with another dataset. For more information, refer to Field Description.
Note
Warning! Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset.
Figure: Swap Dataset
Field Description
Field | Description |
---|---|
Name | The display name of the dataset you can swap to. It represents how the dataset is identified in the reporting tool. |
Type | Defines whether the dataset is Physical (directly mapped to a database table or view) or Virtual (built using a custom SQL query). |
Schema | The database schema where the dataset resides. A schema is a logical grouping of database object that helps organize and locate datasets. |
Connection | The database connection associated with the dataset. It specifies which data source the dataset is linked to. |
Owner | The user or team who created or manages the dataset. Ownership indicates accountability and often controls who can edit or modify the dataset. |
View in SQL Lab
Opens the raw SQL query that powers the dataset/chart in a SQL editor.Figure: View SQL in Lab
Lets you to perform the below actions:
Inspect the actual query running behind the visualization
Modify or extend the SQL for more complex logic
Validate the query results before applying them back into the dataset or chart
Useful for power users who need transparency and control over the exact query execution.
Metrics and Columns
Enables you to drag and drop the Metrics and Columns to the center panel of Edit Report Dashboard.
Hover on the SQL icon to view the SQL Expression.
Figure: Columns and Metrics
Center Panel
Data
Data section displays query section for Pie chart, as described below:
Figure: Data
Chart Selection – choose the visualization type for displaying data.
Click View all charts to view and select the required visualization type.Figure: Visualization Type
Query: view or modify the data query powering the chart.
Field
Description
Dimensions
Dimensions contain qualitative values such as names, dates or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.
Metrics
Select one or many metrics to display. You can use an aggregation function on a column o write custom SQL to create a metric.
Filters
Drag and drop columns or metrics here in the Filters.
Row Limit
Limits the number of rows that are computed in the query that is the source of the data used for this chart.
Sort by metric
Whether to sort results by the selected metric in descending order.
Customize
Click on the customize section to view the configuration of other options and visual formatting.
Chart Options
Enables you to design the following:
Chart Options
To configure series order, refer to the following:
Field | Description |
---|---|
Color Scheme | Select the color scheme for rendering chart. |
Percentage Threshold | Minimum threshold in percentage points for showing labels. |
Rose Type | Whether to show as Nightingale chart. |
Legend
To configure Legend, refer to the following:
Field | Description |
---|---|
Show Legend | Select to display a legend for the chart. |
Type | Select legend type from the below:
|
Orientation | Select orientation from the below:
|
Margin | Select additional padding for legend. |
Labels
To configure labels, refer to the following:
Field | Description |
---|---|
Label Type | Select Label Type from the dropdown, the selected type will e shown on the Label. Figure: Labels |
Number Format | Select Number Format from the dropdown list. Figure: Number Format |
Currency Format | Select currency with prefix or suffix. |
Date Format | Select Date Format from the dropdown list. Figure: Date Format |
Show Labels | Select to display the labels. |
Put Labels Outside | Select to put the labels outside the pie. |
Label Line | Select to draw line from Pie to Label when labels are outside. |
Show Total | Select to display the aggregate count. |
Pie Shape
Outer Radius: Adjust the size of outer radius as required.
Donut: Select Donut or Pie type of chart.
Right Panel
View the pie chart on the right panel.
Figure: Pie Chart
Click Save to save the chart as new and save it to the dashboard.
Figure: Save Chart