-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Area: ImageExportDifficulty: AdvancedHackathon projects with advanced difficultyHackathon projects with advanced difficultyFsLab Hackathon 2023Implementation projects for the 2023 FsLab HackathonImplementation projects for the 2023 FsLab Hackathon
Description
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/tjanczuk/edge seems to be able to run javascript code in node.js from .NET, meaning it should be possible to use plotly.js to render our json objects and save them to a file via node. This would be a big addition, because it would not need a headless browser to achieve this, just a node installation.
Pointers
- here is an answer that shows how to do this with
jsdom
: https://stackoverflow.com/a/76070903/5675597 - A reference implementation for this using PuppeteerSharp can be seen here
Metadata
Metadata
Assignees
Labels
Area: ImageExportDifficulty: AdvancedHackathon projects with advanced difficultyHackathon projects with advanced difficultyFsLab Hackathon 2023Implementation projects for the 2023 FsLab HackathonImplementation projects for the 2023 FsLab Hackathon