j60585333 Report post Posted February 16, 2016 Hello , I'm using Multilevel pie chart JavaScript version How to rotate labels in multi-level pie chart ? In this page http://www.fusioncharts.com/dev/basic-chart-configurations/data-labels.html I had use "labelDisplay": "rotate", "slantLabels": "1" but it not work , I don't want to rotate labels shown via Annotations . can you tell me how to rotate label in category group , thanks .Actual Result & Expected Result : http://imgur.com/x3NyUTQ Share this post Link to post Share on other sites
Gagan Sikri Report post Posted February 22, 2016 Hi It is not possible to rotate labels in Multi-Level Pie Chart natively. "labelDisplay" and "slantLabels" attributes are not available in this chart type. Only way to achieve the scenario you want is to place rotated labels using annotations. Share this post Link to post Share on other sites
prasadraja07 Report post Posted August 8, 2016 how to place rotated annotations labels ? help will be highly appreciated Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 9, 2016 (edited) Thanks for the query. To place rotated labels using annotations you can refer to this link for detailed view http://jsfiddle.net/ayanbhaduryfc/J7svx/453/ For more info regarding annotations please visit this page, http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/introduction.html Hope this helps. Edited August 9, 2016 by Ayan Bhadury Share this post Link to post Share on other sites