Find the insights and best practices about our product.
Configuring Widgets — Data & Customization Tabs
A walkthrough of the two-tab widget editor — Data Source, Add Column, Legend Item, Angle, Aggregation, Radius Key — using a Pie Chart as the example.

Configuring Widgets — Data & Customization Tabs

Most widgets share the same two-tab configuration: a Data tab (which source and which columns) and a Customization tab (titles, colors, legend, aggregation, layout). This article walks through a Pie Chart as the example — the same pattern applies to Donut, Bar, Area, and most other widgets.

Data Tab

Click the gear / edit icon on a Pie Chart. The Edit Pie Chart panel opens with the Data tab selected.

  • Data Source — required dropdown. Pick the Dynamics 365 table that feeds the chart (e.g., Account).
  • Views — pick an existing view (e.g., Unsaved EaseView) to inherit its filters and sort.

The Edit Pie Chart panel with the Data tab and empty Data Source.

Figure 8.1a — Edit Pie Chart, Data tab.

Once a source is chosen, a Columns section appears with Filter and Add Column controls. Click Add Column to open the Add Data for Columns picker.

Add Data for Columns with the Account folder selected, showing field choices on the right.

Figure 8.1b — Add Data for Columns picker.

Tick the fields to include and click Select and Close.

Picking Account Number as a field for the pie chart.

Figure 8.1c — Picking a field.

Columns selected this way appear back in the Edit Pie Chart Data tab, ready to drive the chart.

The Edit Pie Chart Data tab with Address 1: Country/Region and Account Number selected.

Figure 8.1d — Columns selected in the Data tab.

Customization Tab

Switch to the Customization tab. It exposes four sub-tabs along the top — General, Data, Additional Chart, Layout Settings — and a long form below.

Common fields

  • Title, Title Size, Title Color
  • Subtitle, Subtitle Size, Subtitle Color
  • Legend Item — the column whose values become slice labels (e.g., Country/Region)
  • Angle — the column the slices are sized by (e.g., Account Number)
  • Aggregation — how to combine values (Sum, Count, Avg, Min, Max)
  • Radius Key — optional column to vary slice radius

The Customization tab before any values are filled in.

Figure 8.2a — Customization tab, empty.

After choosing a Legend Item, an Angle column, and an Aggregation, the preview to the left renders a placeholder pie. Click Update to commit.

Customization filled in (Legend Item: Country/Region, Angle: Account Number, Aggregation: Count).

Figure 8.2b — Customization filled in.

Once saved the chart renders on the canvas with live data.

The Pie Chart rendered on the Country Page, segmented by country.

Figure 8.2c — Pie Chart rendered with live data.