Sivaalla Report post Posted August 20, 2018 Hello, I am using version 3.9.0. I am Unable to Use Logoposition and Logotopposition characteristics in a Pie chart. Please find the screenshot below. I am trying to align the three pie charts in the same line. Please let me know if there is a better approach. Best Regards, Siva Share this post Link to post Share on other sites
Akash Biswas Report post Posted August 21, 2018 Hi Siva, Pie charts with different dataSource will render differently with same dimension, as the number of plots vary the space taken to display the legends will also vary. In your case the legends vary in 3 charts, so the pie radius is adjusted according to the available space. You can align the pie by setting the available padding attributes accordingly. Please refer to the documentation for chart padding reference : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/chart-paddings-and-margins Also check the sample fiddles with 3 pie charts for reference : Not aligned : http://jsfiddle.net/ozryu45f/ Aligned(using captionPadding) : http://jsfiddle.net/ozryu45f/2/ Thanks, Akash. Share this post Link to post Share on other sites
Sivaalla Report post Posted August 21, 2018 Thank you, Akash Biswas. That helps. Share this post Link to post Share on other sites
Akash Biswas Report post Posted August 22, 2018 Thanks for the acknowledgement. Welcome Share this post Link to post Share on other sites