WelshNoob

Multiple Charts/xmls From Single Php

Recommended Posts

I am studying the example in the Fusion Documentation that uses a click on a pie chart to generate more detailed charts - the Factory example.

 

Is it possible to amend the code to enable a click on the pie chart to 'launch' more than one query to generate multiple xmls/charts? For example, choosing the Factory number from the click then shows three other charts - monthly units made, monthly profits and manager performance data?

Share this post


Link to post
Share on other sites

Hi,

 

You code the php containing the 3 charts taking the Factory Id as parameter.

Then you launch this php passingFactoryId as parameter to it on click from the Pie chart.

This would serve your purpose.

 

Hope this helps. :)

Srividya Sharma

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