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.