-
Notifications
You must be signed in to change notification settings - Fork 49
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
Feature request: Render chart without DOM #439
Comments
Thanks for the feedback @ahoyahoy! I've been thinking about implementing this feature for over a year. Unfortunately, we don't have the bandwidth for it right now, but if you're interested in exploring it, I can help you run the Unovis development environment (it'll be pretty easy) and show you the parts of the code you might need to update. If not, I'm sure we'll add support for server-side rendering at some point, but I don't know when. |
@rokotyan thanks! :) |
@rokotyan I'm looking for a way to export a graph in .png or .svg format. Any advice? |
@n-bes You can try using |
Hi there,
I've been trying to use the library in Node.js to render the graph as a string.
I also experimented with jsdom, but encountered numerous obstacles and couldn't get it to work.
If the library is framework-agnostic, would it be possible to add a variant where features like ResizeObserver, event listeners, etc., are not required?
Something like this would be very helpful.
The text was updated successfully, but these errors were encountered: