problem about fusioncharts-Collection of common programming errors


  • Simpanoz
    graph charts fusioncharts
    Iam able to draw graphs like “Column2D, Column3D, Bar2D, Bar3D, Funnel etc, but Iam unable to draw graphs of “Line” and “MsLine”. Following is my javascript code :jQuery(‘#myChartContainer’).insertFusionCharts({ swfPath: base_url+’resource/js/Charts/’, width : ‘400’, height: ‘500’, type: “MSLine”, chartRightMargin: ’20’, data: “<graph caption=’Monthly Sales Summary’ subcaption=’For the year 2004′ xAxisName=’Month’ yAxisMinValue=’15000′ yAxisName=’Sales’

  • Anusha
    php pdf-generation codeigniter-2 wkhtmltopdf fusioncharts
    I am trying to display fusion 3D pie chart in a PDF export report. For this i aimed to create an image of the chart and save it in server automatically after the chart gets rendered, so that i can call that image in my pdf file. I have set the chart parameters for export like the below code <chart caption=’testchart’ exportEnabled=’1′ exportAtClient=’0′ exportAction=’save’ exportFileName=’testimage’exportHandler=’http://mysite.com/pdf/getChartExported’>In my export handler file i have also

  • Animesh
    mvvm knockout.js durandal fusioncharts
    How can I integrate FusionChart in my SPA application developed using MVVM architecture, Durandal and Knockout.js? I had created a simple HTML file, with hard coded data, in which the charts are working fine but I am not able to figure out how can I embed this code with my SPA Application. I am sharing some details:I have added following Js file in my HTML file :<script type=”text/javascript” src=”./FusionCharts.js”></script> <script type=”text/javascript” src=”./jquery-1.9.1.

  • Nithesh
    jquery-ajax fusioncharts
    Hi I am using fusion chart free version in my ASP.net application. It is working fine in Mozilla Firefox… but not shown in IE. am using IE8…CODE:FusionCharts.RenderChart(“/Charts/FCF_MSColumn3D.swf”, “”, strXML, “Chart1”, “550”, “400”, false, false);this was the error htmlfile: Unknown runtime errorthanks in advance

  • Mat

Originally posted 2013-11-27 05:09:25.