tssabo

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by tssabo


  1. Hey!

     

    I having problems with the secound parameter in the convertToFusionCharts(). I'm trying to set caption, useLabels, major or anyone, but without results, in the site eg. also seem to have problems...

     

     

    it's set to show a caption("Units sold for last 2 years") but it's not working?

     

    http://www.fusioncharts.com/dev/using-with-javascript-libraries/jquery/rendering-charts-from-html-tables.html

     

     

    I'm trying:

    jQuery("#myHTMLTable").convertToFusionCharts(
    
    {
       type: 'MSColumn2D',
       width: "100%",
       height: "500", 
       dataFormat: "htmltable",
       renderAt: "myChartContainer"
    
    },
    {
    
       hideTable: true, 
    
       useLabels: 0, 
    
       useLegend: 0,  
    
       showLegend: false, 
    
       showLabels: false, 
    
       major: "row" 
    
    }
    );
     

    Anyone know what's happing?

     

     

     

    Thank you!