piyush@fusioncharts

Members
  • Content count

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by piyush@fusioncharts

  1. Hello Respected Customer Service Authority, I am using fusion charts V3 to generate various graphs with Ruby on Rails Platform. I am using server side approach to render and export charts. Now the issue is in IE 7 when after generating graph if i open any modal pop up (that ideally overlaps all the other elements on the page), it is not overlapping generated fusion chart. I am rendering my chart as below way str_xml = render "usage_report/{chart_xml}" chart_type = "/FusionCharts/{chart_type}.swf}" render_chart_html chart_type, '', str_xml,"", 800, 400, false do I show in you forum about this issue and find that may be it is required to set transparent mode as true while rendering the chart but i could not work around for this issue. Please let me know work around for this issue. Thanks, Piyush
  2. Transparancy Issue - IE 7 - Ruby on Rails

    Hello Respected Customer Service Authority, I am using fusion charts V3 to generate various graphs with Ruby on Rails Platform. I am using server side approach to render and export charts. Now the issue is in IE 7 when after generating graph if i open any modal pop up (that ideally overlaps all the other elements on the page), it is not overlapping generated fusion chart. I am rendering my chart as below way str_xml = render "usage_report/{chart_xml}" chart_type = "/FusionCharts/{chart_type}.swf}" render_chart_html chart_type, '', str_xml,"", 800, 400, false do I show in you forum about this issue and find that may be it is required to set transparent mode as true while rendering the chart but i could not work around for this issue. Please let me know work around for this issue. Thanks, Piyush
  3. Hi, I am using fusion chart v3 evalution version for testing right now. we are planning to buy the commercial version of the same. while testing export chart api with fusion chart v3 i come across below issue. I am using server side export handler to export chart as PDF/Image as i need to save the PDF/Image to server disk for later use. So here i am able to export chart using context menu export method. but i need to pass other custom parameter also to the handler method in controller with necessary xml attributes. so how can i pass these parameters ?? also if i do not want to initiate export process through context menu by doing right click on chart but want to initiate export process on click event of custom export link then how can i do that ?? Please reply asap. Thanks, Piyush
  4. Thanks for your reply Srividya. I have one more question here regarding registartwithJS option. in the documentation it is mentioned that we need to set this attribute at true to enable chart export initiation through javascript but it is not clear that where to set this attribute ?? is it as one of the parameter in the chart xml ?? Thanks, Piyush