Hi,
thanks for your reply,
The following is the JSON code trough which Im generating the chart:
{
"chart":
{
"caption": "GRAFICO EVENTOS",
"exportEnabled": "1",
"exportAtClient": "0",
"exportAction": "download",
"exportHandler": "/Scripts/FusionCharts/ExportHandlers/ASP_Net/FCExporter.aspx",
"exportFilename": "GraficoEventos_04-08-2014",
"exportShowMenuItem": "0",
"bgAlpha": "0",
"borderAlpha": "20",
"use3DLighting": "0",
"showShadow": "0",
"enableSmartLabels": "0",
"startingAngle": "0",
"showPercentValues": "1",
"showPercentInTooltip": "0",
"labelDisplay": "wrap",
"decimals": "1"
},
"data":
[
{"label": "Gestión de Desempeño","value": "24,32"},
{"label": "Gestión de Recursos Financieros","value": "10,81"},
{"label": "Gestión de Recursos Físicos","value": "8,11"},
{"label": "Gestión de Riesgos","value": "18,92"},
{"label": "Gestión de Recursos y Talento Humano","value": "5,41"},
{"label": "Gestión de Tecnología (IT)","value": "32,43"}
]
}
Could you please show me where can I read some documentation about exporting via your public server? I haven't tried this method,
Thanks a lot for yout help,