santosh

Members
  • Content count

    3
  • Joined

  • Last visited

Posts posted by santosh


  1. It only displaying Chart text.

     

    I have included all the javascripts.

     

    Hi All,

     

    I have used the Fusion charts to display the charts.

     

    Previous we were using render_chart_html, at that time it was plotting the chart properly,

     

    Now we need to plot in the JavaScript so I am using render_chart but now it is displaying only charts label. not the chart.

     

    Code <%str_xml = render(:file => '/xml_builder/users.builder', :locals=>{:data=>@dashboard_users})

    render_chart '/FusionCharts/Bar2D.swf', '', str_xml, 'users_id', 292, 230, false, true,{:renderer=>"javascript"} do-%>

    <%end%>

     

     

    Can you Please help me in this issue.

     

    Regards

    Santosh


  2. Hi All,

     

    I have used the Fusion charts to display the charts.

     

    Previous we were using render_chart_html, at that time it was plotting the chart properly,

     

    Now we need to plot in the JavaScript so I am using render_chart but now it is displaying only charts label. not the chart.

     

    Code <%str_xml = render(:file => '/xml_builder/users.builder', :locals=>{:data=>@dashboard_users})

    render_chart '/FusionCharts/Bar2D.swf', '', str_xml, 'users_id', 292, 230, false, true,{:renderer=>"javascript"} do-%>

    <%end%>

     

     

    Can you Please help me in this issue.

     

    Regards

    Santosh