|
|
|
Forum 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.
|
|
|
|
|
Supreme 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
|
|
|
|
|
Forum 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
|
|
|
|
|
Supreme 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
|
|
|
|