Skip to content
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

Add ImageExport renderer based on running node.js #422

Open
kMutagene opened this issue Sep 22, 2023 · 0 comments
Open

Add ImageExport renderer based on running node.js #422

kMutagene opened this issue Sep 22, 2023 · 0 comments
Labels
Area: ImageExport Difficulty: Advanced Hackathon projects with advanced difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon

Comments

@kMutagene
Copy link
Member

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

@kMutagene kMutagene added Area: ImageExport Difficulty: Advanced Hackathon projects with advanced difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ImageExport Difficulty: Advanced Hackathon projects with advanced difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon
Projects
None yet
Development

No branches or pull requests

1 participant