-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Headless rendering #192
Comments
headless like with the title, legend, cursor, hovered points, and selected area are rendered in the DOM, but you can disable those. the plot, grid, axes and labels are rendered on Canvas so this part should be do-able with likely some minor tweaks. |
something like: the constraint for some solutions is that what you see on browser you should have sent by email. |
ok, this is basically headless Puppeteer or an alternative like what's done in #175. i don't think there's anything specific that uPlot needs to do in this case. you would just need to provide the matching chart config and data to the server for it to re-render there. |
thank you very much. will try the approach. |
hi,
is headless rendering supported? would there be an example?
thank you!
The text was updated successfully, but these errors were encountered: