SeanSobey / ChartjsNodeCanvas

A node renderer for Chart.js using canvas.
MIT License
228 stars 70 forks source link

Error while rendering buffer #128

Open pnvskp opened 1 year ago

pnvskp commented 1 year ago

I am facing an issue while generating a buffer of the chart using renderToBuffer/renderToBufferSync. It's throwing an error

TypeError: 'getPrototypeOf' on proxy: trap returned neither object nor null

Attaching the screenshot below

Screenshot from 2023-01-05 11-40-22

Can anyone help me in fixing this issue