-
Notifications
You must be signed in to change notification settings - Fork 98
Export Chart to SVG/PNG #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To export charts created with Plotly.NET directly as an image file, you need some kind of headless browser to do the javascript execution to render the chart first. There is a package out there using Pupeteer for that which might work for you, check #21 for that. However, there is an in-house solution by plotly which we still need to wrap for .NET use - It is on the roadmap but not quite here yet. |
Thanks for your advice, |
Thanks for checking it out, i will test this in C# now to see if there's an issue. Just to be clear, But if you have an approach that works for you already, thats just as fine. |
Thanks for that. I thought it was inside the same package. X) |
Hi,
is there an easy way to export a plotted chart directly from code as PNG or SVG?
I tried it using the ".toChartImage" function from the api but didn't find a working solution yet.
The text was updated successfully, but these errors were encountered: