mattosaurus / ChartJSCore

Implementation of Chart.js for use with .NET Core.
GNU General Public License v3.0
116 stars 34 forks source link

How to convert the chart to image? #92

Closed adoomy closed 1 year ago

adoomy commented 1 year ago

It works very good. But I can't convert the chart to image. How to do??

mattosaurus commented 1 year ago

Hi, you'll need to render the page as HTML and then capture that as an image.