turburator Report post Posted May 20, 2008 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
FusionCharts Support Report post Posted May 20, 2008 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