Joined Charts
Acert93 - October 7, 2007 - 18:23
| Project: | SWF Charts |
| Version: | 5.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Harry Slaughter |
| Status: | postponed |
Jump to:
Description
Just a question: Is it possible to do the joined charts with the module? e.g.
http://www.maani.us/charts/index.php?menu=Gallery&submenu=Joined
I got your module to work (http://www.nextgenthinktank.com/node/15), so now I am having a lot of fun playing with it. So far I couldn't get the joined charts to work. A sample on your site would be great :)
Joshua
PS- Your CAPTCHA graphic is broken on your DevBee website.

#1
The module does not currently support joined charts as they require multiple XML files be generated/served.
I believe this is not too hard to implement, but I wrote this thing in a few hours 'for fun' and haven't invested much more time in it because I wasn't actually using the module anywhere.
I may be using it now and may want to implement joined charts in the future.
#2
Thanks Harry :) Definately a nice app. I am having some issues with more than 1 chart on a page. My current work around is using a screenshot as the charts are nice.
Thanks for the nice module bridge.
#3
hi,
Is it possible to remove link from swf charts?
#4
Manishrustagi - if you purchase a site license for the SWF Chart code (as this module is just a helper), then you can remove the link:
http://www.maani.us/charts/index.php?menu=License
#5
Acert93 - Not sure about the joined charts, but I was able to put two charts on a page. I actually had a separate php page which created a class for each (as it was pulling from the DB and doing some calcs), and then I just included the external PHP file and called the output functions I created (which return the info arrays for each chart).
I suppose you could mimic the same thing on the same page - create two functions which return the chart arrays after performing the calculations... although I am not sure why you can't just create the two arrays in the page.
Ron