tinku107

How to set Marimekko width.

Recommended Posts

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

post-59741-0-78620500-1383556211_thumb.png

Share this post


Link to post
Share on other sites
Guest Rishab

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now