Problem with loading in Firefox, but not IE
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Problem with loading in Firefox, but not IE Expand / Collapse
Author
Message
Posted 1/28/2008 2:00:00 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/30/2008 4:42:39 PM
Posts: 4, Visits: 4
For some strange reason, my charts will not load in Firefox, I just get the "Chart." in the original div, and it is not replaced by the chart. But, it works in IE.... Any ideas?
Post #4173
Posted 1/28/2008 10:27:58 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: Yesterday @ 8:20:12 AM
Posts: 2,194, Visits: 521
Hi,

Can you give us a live URL to check it?


Thanks,
Pallav Nadhani
FusionCharts Team
Post #4190
Posted 1/30/2008 8:34:29 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/30/2008 4:42:39 PM
Posts: 4, Visits: 4
Sorry its on a LAN only.

this is the display code


// get the data types in use
$data_types = data_type_list($dept,$runID);

// create a graph for each data type
$i = 0;
foreach ($data_types as $data_type) {
//NOTE: It's necessary to encode the dataURL if you've added parameters to it
$dataURL = encodeDataURL("/chart_data/temp_scatter.php?animate=0&dept=$dept&runID=$runID&data_type=$data_type");

//Create the chart
echo renderChart("/charts/selectScatter.swf", $dataURL, "", "temp_graph$i", "750px", "500px", false, false);
$i++;
}
?>


Post #4249
Posted 1/30/2008 8:35:28 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/30/2008 4:42:39 PM
Posts: 4, Visits: 4
Ok this is really weird, but after I rebooted the server and my computer, this seem to be working now... Guess it was a weird caching issue...

Thanks
Post #4250
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 6:56pm


Execution: 0.109.