Exporting
How to export charts on the client side using the Highcharts offline exporting module.
- SVG Generator
- Remote Export Service
- Offline Module (Unsupported)
Highcharts — the charting library used by Vaadin Charts — supports client-side export through its offline exporting module. This allows exporting chart images without sending any data to an external server.
Vaadin Charts doesn’t officially support the offline exporting module yet. Support for this feature is being tracked in an existing GitHub issue. You can add a reaction to the issue to help the community and maintainers prioritize it.
Until official support is available, you can follow the workaround described in this GitHub comment to implement the feature yourself.