jpwahle / cs-insights-frontend

React frontend of the cs-insights project. This is the main part of visualizing data. It uses the cs-insights-backend and cs-insights-prediction-endpoint.
MIT License
7 stars 0 forks source link

Add PNG/SVG export to Grid #52

Open trannel opened 2 years ago

trannel commented 2 years ago

Is your feature request related to a problem? Please describe. We can export the all charts made using ApexCharts as CSV, PNG, and SVG. We can only export the Grid as CSV.

Describe the solution you'd like Add PNG and SVG export options to the Grid, similar to the other charts. There might be a package to export images of UI components.

jpwahle commented 2 years ago

I think this is fixed. If not, please reopen.

trannel commented 2 years ago

I'm not aware, that we can directly export the grid as a PNG or SVG. This is only possible through printing the page to pdf or taking screenshots