|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/7/2008 8:03:03 AM
Posts: 14,
Visits: 41
|
|
| The example provided in the delivery of the JavaScript alert box, does not work when used as provided... Nor does an application developed along the same lines. I just call up the in IE7 directly, and the setDataURL does not work... states that 'Object does not support this property or method' Can you help please?
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 5:38:52 AM
Posts: 884,
Visits: 1,420
|
|
hi,
Can you plase try running from a server?
Secondly you need to track first whther the chart has been fully loaded or not before using setDataXML/setDataURL. You can track this using FC_Rendered(domId) function which is called whenever the chart is fully rendered (you need to set registerWithJS option to 1)
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 3/7/2008 8:03:03 AM
Posts: 14,
Visits: 41
|
|
| Running it from a server makes it work!! What is the reason that it does not when called from IE7 directly from the downloaded environment? Sorry, found it in another post!!!! Case closed! Thanks, Eric
|
|
|
|