Sign in to follow this  
pramodg

Percentage on SYaxis,Checkbox to select Yaxis Items

Recommended Posts

Hello sir,

I am new to fusion chart.

I want to show PYaxis values as normal numeric values where as Syaxis as %.

Please reply with sol.

Also In other case I want check box on Y axis items to select them.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Pramod,

 

 

 

Welcome to the Forum. :)

 

 

 

Check boxes are not a part of FusionCharts. :(

 

 

 

However, there might be a workaround. :) Here's an idea:

 

 

 

1. You can store the values of the particular data set someplace.

 

2. This data would be called on the selection and submit(button) of that check box.

 

3. The check box can be displayed along side the Bar chart as in to show that they refer to the particular datasets.

 

 

 

All this has to be done at your end via program, since FusionCharts doesn't support check boxes.

 

 

 

In reference to your second query, you could try using the MSCombiDY2D.swf.

 

The sNumberSuffix attribute would help in specifying the number suffix as '%' in the secondary Y-axis!

 

 

 

I hope this helps. :)

Share this post


Link to post
Share on other sites

Thx a lot Rajroop,

sNumberSuffix attribute helps me.

But the another problem is if I use MSCombiDY2D.swf; It shows the Syaxis dependent Collumn as a horizontal line, What I want is it should be a collumn as the other Collumns. I mean it should be a normal collumn graph.

Waiting for ur reply..............

thx a lot again

 

Regards,

Rajroop Bhaduri

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Pramod,

 

 

 

First off, you're most welcome. :)

 

 

 

In reference to your query, could you add the attribute renderAs='COLUMN' in the <dataset> element that you want to display as a column?

 

 

 

I hope this helps. :)

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
Sign in to follow this