unicron Report post Posted January 21, 2010 I am using Line, Pie, and Column charts. "Save as Image" works great using FusionChartsSave.jsp for Line and Pie. Column charts are broken, however. After capturing image data from Column charts, a java.lang.NullPointerException is thrown if useRoundEdges='1'. If I change useRoundEdges to 0, then the image save will work fine. Share this post Link to post Share on other sites
unicron Report post Posted January 21, 2010 Just found out the issue - useRoundEdges is producing a request with data that was too large for the server settings, so it rejected it and returned null. We increased the max size and can now get all charts to save as image. Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 21, 2010 Hi For the benefit of all, could you please specify the exact setting that you changed? Srividya Share this post Link to post Share on other sites
unicron Report post Posted January 28, 2010 I had to get one of the smart devs to set it, but I think the server param for Grails was Request.maxFormContentSize The server default was 200KB and I would get java.lang.IllegalStateException: Form too large 823463>200000 in the command line. Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 28, 2010 Thanks for the info. I will take a look at it. Share this post Link to post Share on other sites