Sign in to follow this  
Guest Rajroop

Calling a chart with javascript

Recommended Posts

Hello:

 

 

 

My problem is that i have this grafic with the next asp example

 

 

 

 

 

 

 

Call renderChartHTML("../FusionCharts/Charts/MSLine.swf?XMLLoadingText=Loading Data", escape(url) , "", "myFirst", 950, 650, false)

 

 

 

 

 

 

 

where url has the next information

 

 

 

url = "xmlGenGraficaLineas.asp?inicio=" & inicio & "&fin=" & fin & "&sede=" & sede & "&concepto=" & concepto & "&promotor=" & promotor & "&importancia=" & importancia & "&adicional=" & adicional & "&titulo=" & eliminarAcentos(titulo) & "&lugar=" & eliminarAcentos(nomSede)

 

 

 

But i have alot of problems trying to call the same chart with JavaScript code, if anyone have an idea how to make that ill be very grateful.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

Welcome to the FusionCharts Forum. :)

Could you please elaborate on your problem, while using javascript?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this