Customize pie graph text

Is it possible to customize the text on the markers
in a pie graph?

Apart from changing font size, color, family etc,
can I include HTML content such as span with a class.. etc?
To make it look like this...
https://www.dropbox.com/s/py78quvh9xopehl/question_11_1_graph_text.jpg

1 Reply

GS Gowrimathi S Syncfusion Team October 9, 2013 11:45 AM UTC

Hi Pradeep,

 

Thanks for using Syncfusion product.

 

By default, y values of the point has been shown in labels, if you want to customize the label, make use of the “text” property of each point.

 

[JS]

 

{x:10, y:10, text:’others 10%’}

 

Please refer the drill down sample from the below link.

 

http://js.syncfusion.com/demos/beta/#!/flat/chart/User%20Interaction/DrillDown

 

Thanks,

Gowrimathi S


Loader.
Up arrow icon