Search code examples
javascriptextjsextjs5extjs-chart

How to import a chart in Extjs 5 as an image in a PDF file?


Im using ExtJS 5 charts. I want to import the chart as an image and add it to a PDF file on the server side. However I'm not able the chart as an image at all. Please let me know how i can solve this. Thanks


Solution

  • Use getImage method of the chart to get an Image object.