Sign in to follow this  
turburator

Multiple Fusion Chart on page

Recommended Posts

Hi,

 

 

 

First of all Fusion Charts is amazing and I was very impressed using the evaluation version. But, I want the chart to do the following things:

 

 

 

(1) My php application requires 5-6 charts to be displayed on a single page. I checked out your MultiChart.php example but it uses page breaks which is not possible in my application. Is there an alternative way to achieve this as this is a prerequisite for my app.

 

 

 

(2) I want url links attached to the horizontal and vertical bars in the chart. Is there an easy way to do this ?

 

 

 

Regards

 

John

Share this post


Link to post
Share on other sites

Hi,

You can put any number of chartsin a page. To fit them in your design you can use Table or Div etc. where the charts woudl be rendered. You need to select you own containers.

For URL you need to use link attribute in <set/> element. Pass the URL in the the link attribute (e.g. link='http://www.fusioncharts.com' or link='n-http://www.fusioncharts.com')

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