jlevesque

Members
  • Content count

    2
  • Joined

  • Last visited

About jlevesque

  • Rank
    Forum Newbie
  1. Waiting Message

    Hi, We are wanting to provide more description to users beyond the current "Waiting" message that appears on page prior to printing a fusionchart image. Currently functionality is that the chart renders, a grey box appears on page that says "Waiting". Once user right clicks chart and chooses to print to {jpg, png, etc} it renders server side and then the "Waiting" text is replaced by a "Save" button whereby the user can download the image. We've not been able to locate the file that specifies the default message "Waiting". Could you direct us to it so that we can update the message to something more explicit, like "Waiting to Print"? Thanks, John
  2. I am having the same problem for a dashboard my team has created. I have purchased the SaaS license thinking javascript rendering was already built in and working, but it seems to only work when using RenderChart() and not RenderChartHTML. That is a problem for us since we are using ASP.NET MVC 3 and need AJAX functionality. In the documentation, Fusioncharts recommends RenderChartHTML for AJAX use. Oddly enough, Fusionchart's own documentation says RenderChartHTML is deprecated in favor of RenderChart <link>. It's left us confused for sure. Any updates that would enable RenderChartHTML to degrade into javascript rendering? Or is there a workaround for ASP.NET MVC to use RenderChart and AJAX?