JohnUUU / code.pyret.org

Website for serving Pyret to folks.
Other
0 stars 0 forks source link

Add custom svg imageReturn in multiBarChart #11

Open eyanje opened 3 years ago

eyanje commented 3 years ago

The new onExit function for a multi-bar chart constructs the image using the SVG data directly instead of the image URI returned by Google. This bypasses the issue where the chart renders properly as an SVG but not through getImageURI.

Resolves #10