Replies: 2 comments
|
Nope, this is not doable. |
0 replies
|
You can render to a canvas normally, then convert it to a PNG, then render the PNG with a data URL in an |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I want to render a Chart.js canvas based chart on the server. Then return the image on Next JS edge runtime.
I tried SSR existing solutions for Chart.js, but I'm having issues with canvas.
Is this something doable at all or am I wasting my time?
All reactions