I am generating some charts that use SVG, and many of them end up with stroke-dasharray="0" on many paths.
I have one client that I really need to support that fails to properly interpret this as stroke-dasharray="none" per the SVG specification. (it instead interprets it as stroke-dasharray="0.00000001" and then fails the rendering process in various ways ranging from slow, to error messages, to crashes). I know this is not the Visualization API's problem, but is there a way to influence the SVG generation? Other SVG based charts are causing me the same grief. Thank you, Bill -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
