Skip to content

Instantly share code, notes, and snippets.

@yorzi
Last active December 10, 2015 15:08
Show Gist options
  • Save yorzi/4452589 to your computer and use it in GitHub Desktop.
Save yorzi/4452589 to your computer and use it in GitHub Desktop.
svg = $('svg').parent().html()
canvg('canvas', svg)
canvas = document.getElementById("canvas")
img_PNG = "<img src='#{canvas.toDataURL()}' />"
$('.chart').html(img_PNG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment