i'm running a rails app and trying to get a screenshot of an nvd3 graph in-browser.
from my testing, canvg and html2canvas can't render the css that accompanies nvd3. has anyone been able to create a png from an nvd3 svg?
html2canvas example - try rendering the nvd3 scatter on html2canvas preview. it's not working...
any ideas?