Link to home
Start Free TrialLog in
Avatar of SMabs
SMabs

asked on

FusionCharts - Object Doesnt Support Property...

Upgraded from Free to V3 - Now lots of problems

The examples from the company don't even work... so WTF?

I've try everything I see online RE the issue, still get Object doesnt support property.
function updateChart(DOMId){
var chartObj = getChartFromId(DOMId);
chartObj.setDataXML("<chart><set label='B' value='12' /><set label='C' value='10' /><set label='D' value='18' /><set label='E' value='21' /></chart>");			
}


var chart1 = new FusionCharts("common/chart/MSArea.swf", "user_session_activity.chart", "960", "400", "0", "0");
                       chart1.setDataXML("<chart><set label='A' value='10' /><set label='B' value='11' /></chart>");
                       chart1.setTransparent(true);
                       chart1.render("chart1div");
updateChart('user_session_activity.chart');

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Badotz
Badotz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SMabs
SMabs

ASKER

right.. heh... yeah I'm under a crunch, and their out to lunch soo.. i figured I'd try here.

I worked it out.

Apparently, things changed per "advanced" ajax implementation so i couldnt just "drop in" the upgrade.. i had to make what were simple, but not-readily-visible-for-hours changes... just wasted more dev time on stupid quick needed answers.

Thanks for the reply
Hey, no worries - glad to help.

Although, really, I didn't - you should have just closed the question (or left it open a bit longer).

Waiting for answers is a lot like fishing - there's a reason it isn't called "catching".

See you next time...