13/12/2010, 08:30
|
| | Fecha de Ingreso: diciembre-2010
Mensajes: 2
Antigüedad: 13 años, 11 meses Puntos: 0 | |
Respuesta: (SOLUCIONADO) FusionCharts + AJAX, no funciona =( yo lo trabajo con jquery y funciona bien.
<%response.addheader "Cache-Control", "no-store"
response.addheader "Cache-Control", "no-cache"
response.addheader "Pragma", "no-cache"
response.addheader "Cache-Control", "max-age=0, must-revalidate"
response.addheader "Expires", Now-1%>
<!-- #INCLUDE FILE='../Recursos/ASP/FusionCharts.asp' -->
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />
<SCRIPT LANGUAGE="Javascript" SRC="../recursos/js/FusionCharts.js"></SCRIPT>
mes = request.Form("mes")
mes2 = request.Form("mes2")
clase = request.Form("clase")
escenario = request.Form("escenary")
strXml2=""
strXml2 = "<chart palette='1' bgcolor='ffffff' showShadow='1' canvasLeftMargin='0' showToolTipShadow='1' plotFillAlpha='100' showPlotBorder='0' plotFillRatio='100' canvasBorderColor='f6f6f6' numDivLines='5' divLineAlpha='1' animation='1' showLabels='1' rotateValues='0' caption='"&porfin&" V/S "&fin&" "&clase&" per Agency, "&strMes& " to "&strMes2&"' yAxisName='"&strMoney&"' numberPrefix='' showValues='1' showConnectors='0' positiveColor='00FF00' formatNumberScale='0' negativeColor='FF0000' xAxisName='"&strPie&"' showSumAtEnd='0' setAdaptiveYMin='1' placeValuesinside='0'>"
strXml2= strXml2 & " <set label='"&porfin&"'value='"&tot1&"' color='0066FF' />"
trXml2= strXml2 & " <set label='"&arr_agency(0,x)&"' value='"&acum&"' link='detalle_gap.asp'/> "
strXml2= strXml2 & " <set label='"&fin&"' isSum='1' color='0066FF' /> "
strXml2= strXml2 & "<styles>"
strXml2= strXml2 & "<definition>"
strXml2= strXml2 & "<style name='ValueText' type='font' font='Calibri' size='12' color='000000' bold='0' />"
strXml2= strXml2 & "</definition>"
strXml2= strXml2 & "<application>"
strXml2= strXml2 & "<apply toObject='DATAVALUES' styles='ValueText'/>"
strXml2= strXml2 & "<apply toObject='DATALABELS' styles='ValueText'/>"
strXml2= strXml2 & "<apply toObject='DATAPLOT' styles='ValueText'/>"
strXml2= strXml2 & "<apply toObject='Caption' styles='ValueText'/>"
strXml2= strXml2 & "<apply toObject='XAXISNAME' styles='ValueText'/>"
strXml2= strXml2 & "</application>"
strXml2= strXml2 & "</styles>"
strXml2= strXml2 & " </chart>"
Call renderChart("../Recursos/Charts/Waterfall2D.swf", "", strXml2, "lineas3", 800, 300, false, false)
le pones un nobre a la pagina y la llamas con ajax.
Yo necesito enviar parametros desde la barra del grafico chart hacia una pagina nueva y poder capturarlos para generar detalle de la info. Si me puedes hechar una mano con eso. Gracias. |