the word " Chart " was displayed when it suppose to display a graph.
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



the word " Chart " was displayed when it... Expand / Collapse
Author
Message
Posted 3/15/2008 6:54:15 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/31/2008 4:24:00 AM
Posts: 4, Visits: 15
i got five tabs and i want display a graph when i click on tab but when, i click it, it display a word "chart" onli instead of graph. then i have to refresh again in order to display the graph.why cannot display the graph one ?

any suggestion, i am truly appreaciated it.

Post #5093
Posted 3/17/2008 1:30:56 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 6:02:32 AM
Posts: 764, Visits: 1,215
Hi,

May i guess that you might be using RenderChart() method. If so could you please try using RenderChartHTML() instead.

Regards,

Sudipto Choudhury
FusionCharts Team

Post #5104
Posted 3/17/2008 5:58:10 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 3/31/2008 4:24:00 AM
Posts: 4, Visits: 15
hi, first thanks for the help. now, i can display the graph instead of the word "chart" by using the RenderChartHTML(). but, i encounter another problem now which displaying certain graph in the certain tabs.

After, i change to "RenderChartHTML()",  i got five tabs and each of it are displaying all the graph.but, i want to display certain graph in this tab, other graph in that tab and so on. how can i control it so it can display the graph according my called function ?have any better selection ? , any help i am truly appreciated ...

Thanks 

Post #5111
Posted 3/18/2008 5:05:03 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 6:02:32 AM
Posts: 764, Visits: 1,215
Hi,

It seems that the code that you are using for selection of each tab is generating all the charts. There must be some way to track which tab is clicked and render only one specific chart as per the tab clicked.

If you find that the charts are shown above all HTML elements, could you please use wmode=opaque or wmode=transparent so that other DHTML ements which should come over the charts apprear as they should.

You can set the wmode transparent/opaque in many ways. Since i am not sure which version of FusionCharts.js you are using and which FusionCharts.dll you are using, i would recommend you to edit FusionCharts.js and add a line

this.addParam("wmode","opaque");

somewhere after the line :this.addParam('quality', 'high');



Regards,

Sudipto Choudhury
FusionCharts Team

Post #5138
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 5:20pm


Execution: 0.047.