Plotly.NET icon indicating copy to clipboard operation
Plotly.NET copied to clipboard

Add ImageExport renderer for playwright-dotnet

Open kMutagene opened this issue 2 years ago • 0 comments

Description

As plotly.js, the underlying library that Plotly.NET is using needs an environment that can execute javascript to render images programmatically.

https://github.com/microsoft/playwright-dotnet seems to be another stable, mature option for automating tasks on a headless browser.

Pointers

  • A reference implementation for this using PuppeteerSharp can be seen here

kMutagene avatar Jun 22 '23 13:06 kMutagene