DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.08k stars 381 forks source link

React Chart: Allow export chart as png/jpg/svg #1840

Open supermihi opened 5 years ago

supermihi commented 5 years ago

I'm using ...

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.

DmitryBogomolov commented 5 years ago

Hello.

Export is in our to-do list. Please refer to the roadmap.

supermihi commented 5 years ago

Very cool, thanks!

Krijovnick commented 5 years ago

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.

supermihi commented 5 years ago

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.

Krijovnick commented 5 years ago

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.