Search the Community

Showing results for tags 'invalid data'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. I am building xml on the fly and passing it to the rendering function. When I add a link in the xml, I get an Invalid Data message. I have already ensured that the Flash security settings are correct and tried changing the ' to quot; . Here is the xml that is being passed to rendering function: "<chart caption='Incidents in the Last 30 Days' xAxisName='Date' yAxisName='# of Incidents' showValues='1' showLabels='0' > <set label='2014-01-02' value='2' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-02',1);' /> <set label='2014-01-03' value='1' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-03',1);' /> <set label='2014-01-04' value='1' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-04',1);' /> <set label='2014-01-05' value='0' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-05',1);' /> <set label='2014-01-06' value='0' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-06',1);' /> <set label='2014-01-07' value='0' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-07',1);' /> <set label='2014-01-08' value='0' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-08',1);' /> <set label='2014-01-09' value='0' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-09',1);' /> <set label='2014-01-10' value='0' link='JavaScript: isJavaScriptCall=true; ShowDrillDownChart('2014-01-10',1);' /> </chart>" I am using FusionCharts version 3.3 on my local machine.
  2. Hi, I render a column2D chart through JavaScript, which works fine. If I add the showValues property to the chart element, then it results in a "Invalid Data" message. If I leave it, then it will render as expected. The showValues property is mentioned in the functional attributes under http://docs.fusioncharts.com/charts/contents/ChartSS/Column2D.html#Anchor1. "chart": { "caption": "Category wise Sales for 1996", "xaxisname": "Month", "palette": "2", "animation": "1", "formatnumberscale": "0", "numberprefix": "$", "showvalues": "0", "numdivlines": "4", "legendposition": "BOTTOM", "showValues":"0" } (Complete JSON attached Column2D.txt) Could you please take a look at this and notify me when this will be fixed. P.s. I am not allowed to upload .json files, so I've renamed it to .txt.