You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChartAsDataUri should debounce and capture canvas rendered image as string by accessing the canvas ref via ChartState. It should not render anything since we don't know what we'll be rendering at that point (HTML, SVG or canvas).
In user-land we can create a link or img.
The text was updated successfully, but these errors were encountered:
https://codepen.io/rebelchris/pen/rNevrXg
ChartAsDataUri
should debounce and capture canvas rendered image as string by accessing the canvas ref via ChartState. It should not render anything since we don't know what we'll be rendering at that point (HTML, SVG or canvas).In user-land we can create a link or img.
The text was updated successfully, but these errors were encountered: