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.
Comments
Comment #1
harry slaughterThe 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.
Comment #2
Acert93 commentedThanks 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.
Comment #3
manishrustagi commentedhi,
Is it possible to remove link from swf charts?
Comment #4
rlnorthcuttManishrustagi - 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
Comment #5
rlnorthcuttAcert93 - 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