Cosostones

Age/Sex pyramid

Recommended Posts

Hi,

 

I am trying to make a Age/Sex pyramid using FusionCharts XT.
I would like it to looks like the one in attachment : AgeSexPyramid_ResultExpected.JPG

 

I don't want to use Pyramid available in FusionWidgets XT because it displays one serie only (and not the same licence).

 

So I tried using Horizontal 2D Bar Chart => pair of charts side by side.

As you can see in second attachment (BarChartNegativeValues_TryingToDoIt.JPG), it can display negatives values bars.

But I was not able to customize data labels on Y-Axis to remove minus ('-') sign.

 

Do you know how I can acheive this or if there is a better solution to display Age/Sex pyramid ?

 

Thanks for your help.

 

Alain.
 

post-56591-0-15238800-1379939721_thumb.jpg

post-56591-0-74903300-1379939722_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Rishab

Hi,

You can customize the Number Scale of the left bar chart using the  'numberScaleValue' and 'numberScaleUnit' attributes of the <chart> element to fulfill the needed scenario.

For ex-

<chart numberScaleValue='-10,-0.1,-1' numberScaleUnit=',,'   showValues='0'  >

The attached item is the sample containing two bar charts forming a pyramid structure.

 

Bar-Pyramid.zip

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