jpierce42 Report post Posted August 19, 2014 Hi folks, We're using the chart SVG string to export downloadable images via our own Python server-side export handler. Recently we've noticed that some charts have many instances of stroke-dasharray="undefined" which is throwing an error in CairoSVG, the Python image processing library we're using to convert the SVG data to PNG. Do you have any idea what might be causing this undefined value? Unfortunately I don't think I can get an example of the chart XML for you, as our error traceback doesn't show the URL of the chart the user was originally viewing - I'll work on this, but in the mean time any insight you have would be welcome. See attached text file for SVG content - note 14 instances of "stroke-dasharray='undefined'". valueerror.txt Share this post Link to post Share on other sites
Swarnam Report post Posted August 20, 2014 Hi, Can you please confirm the version of FusionCharts used? The issue related to stroke-dasharray as undefined has been handled internally. Please try using the latest version and let us know your feedback. For Evaluation version : http://www.fusioncharts.com/download/ Share this post Link to post Share on other sites
jpierce42 Report post Posted August 21, 2014 Yes, on closer inspection I discovered that we haven't seen any instances of this error since the day we deployed version 3.4. Assuming it's resolved. Thanks for your help! Share this post Link to post Share on other sites