519
Views
5
Comments
Solved
Pie Chart - Show Data Label Inside
Application Type
Reactive
Service Studio Version
11.13.0 (Build 53353)

Hi All,

I'm trying to add the data label inside the pie chart which is similar to the below excel graph snap.


Below is the AdvanceFormat which is used.

AdvancedFormat_Init(DataPointFormats:,DataSeriesFormats:,XAxisJSON:,YAxisJSON:,HighchartsJSON:

"{

tooltip: 

 enabled: false, 

},

plotOptions:

{

 series: 

 {

 dataLabels: 

 {

 enabled: true,

 format: '{point.name}: {y}'+'%',

 }

 },

 

 pie: 

 {

 showInLegend: false,

 allowPointSelect: false,

 cursor: 'pointer',

 dataLabels: 

 {

 enabled: true,

 format: '{point.name}: {y}'+'%',

 }

 },

}

}")

OutPut:

Regards,

Vinod

2021-06-02 20-50-04
Márcio Carvalho
Solution
2023-03-08 10-32-19
Vinod Kumar R

Thanks, Marcio for your response.


 I was able to modify the Pie chart with the above references. 


Regards,

Vinod

2021-06-02 20-50-04
Márcio Carvalho
UserImage.jpg
Md Mansur

Hi @Vinod Kumar 

Please check it below oml file:



Thanks

Mansur

PieChart().oap
2024-12-28 12-15-31
JEET VORA

The module you have uploaded for pie chart it has nothing in it.

Waste of time don't Download it. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.