tinku107 Report post Posted November 4, 2013 Hi, In marimekko chart the plotting along the X axis is done dynamically right , But I want to set the width of the plotted data manually. Is there any way that I can possibly do that? Thanks in advance. Tinku Share this post Link to post Share on other sites
Guest Rishab Report post Posted November 5, 2013 Hi,To change the width of the plotted data you can explicitly set the value of the attribute-'widthPercent' of the <category> element.For ex- <categories> <category label="Desktop" widthPercent="20"/> <category label="Laptop" widthPercent="70"/> <category label="Notebook" widthPercent="10"/> </categories> For more information,please visit- http://docs.fusioncharts.com/charts/contents/AttDesc/MarimekkoChartAttributes.html Share this post Link to post Share on other sites