Posted 21 July 2021, 6:56 am EST
Hi,
I am trying to create a function that will render a SpreadJs spreadsheet in HTML, including displaying PieSparklines. To achive that, I’d like to grab an image of the PieSparkline and inject the image into the HTML myself.
Question: Is it possible to get access to the PieSparkline image from the canvas? If not, can access the sparkline object, and calls its own paint method onto my own canvas and grab an image from there?
Thanks!