We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get the base64 representation of the any chart.
The idea is having the alternative to embed the graphics anywhere else as an inline image like inside a pdf or another html document.
All charts
https://jsfiddle.net/wfybmq6g/16/
https://www.chartjs.org/docs/latest/developers/api.html
I found a fiddle with the solution but need the interop with blazor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature request
Get the base64 representation of the any chart.
The idea is having the alternative to embed the graphics anywhere else as an inline image like inside a pdf or another html document.
Which charts does this feature request apply to?
All charts
Describe the solution you'd like
Get the base64 representation of the any chart.
JavaScript equivalent
https://jsfiddle.net/wfybmq6g/16/
ChartJs Api .toBase64Image()
https://www.chartjs.org/docs/latest/developers/api.html
Describe alternatives you've considered
I found a fiddle with the solution but need the interop with blazor
Additional context
The text was updated successfully, but these errors were encountered: