|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/25/2008 6:27:49 AM
Posts: 4,
Visits: 18
|
|
Greetings to everyone.
I am using FusionCharts with good results, it's very good!
Now I need to find a way to make my charts transparents from inside PHP.
I have a javascript menu wich is not shown correctly because of fusionchart object.
I read about "wmode" option, but it seems I can only set it from Javascript or from straight HTML, in EMBED tag.
On the opposite, I'd like to set all my parameters from PHP using $chart->setChartParams($strParam);
where $strParam is the string with all settings.
I already can do it in Javascript, but in some cases I cannot use JS and can do it only with PHP.
I tried many times, but it seems setting wmode=transparent as a normal parameter is not working.
I hope there is a quick solution.
Thank you all for you attention and help.
EMA
Make it happen!
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 5:38:52 AM
Posts: 884,
Visits: 1,420
|
|
| hi, I am afraid this is not possible directly using PHP class or PHP embedding Class. We have a beta version of PHP Embedding class ready supporting this feature and more and implementing it in PHP API is under process. Once done we will upload the files in the forum with instructions how to do that.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|