React Chart: Allow export chart as png/jpg/svg
- [x] I have searched this repository's issues and believe that this is not a duplicate.
I'm using ...
- [ ] React Grid
- [x] React Chart
- [ ] React Scheduler
Current Behaviour
It is not possible to export (save) the current chart to a file (like it is in the non-native react wrappers).
Expected Behaviour
A plugin (or whatever) to add a "save" button, similar to the devextreme component.
Very cool, thanks!
Hello @supermihi We don't provide an export chart out of the box, but you can use external libraries such as jspdf and dom-to-image to export to image and pdf. Check it in the demo.
Thank you for the hin't, I'll try that then. Does your post mean that out-of-the-box export has been removed from the roadmap? It was listed under version 19.1, which I think has already been released.
Hello @supermihi
We will consider ways to implement the export of the chart in future releases. Currently, the implementation of this feature is not possible due to the complexity of the internal specifics.