Skip to main content
shukurs2366
March 31, 2023
Question

how to give an integer value inside the donut chart.

  • March 31, 2023
  • 4 replies
  • 0 views

Hi techie,

Is it possible in Appian to give a value inside the donut chart like I below?

4 replies

March 31, 2023

Sure you can, but in slight different fashion

Set showDataLabels and showAsPercentage parameters as true in pieChartField.

harshitb6843
March 31, 2023

Sorry but that's not possible. This looks like a combination of pieChart and gauge field. 

March 31, 2023

Ooh, I ignored that inner label and value

abhayd3663
April 3, 2023

The pieChartField does not support display label in the center. For other labels, the workaround is to use showTooltips: true. 

The pieChartField parameter style: "DONUT" will display the DONUT styled chart instead of the Pie.