plotly / react-pivottable

React-based drag'n'drop pivot table with Plotly.js charts
https://react-pivottable.js.org/
MIT License
972 stars 248 forks source link

Export data in different formats #140

Open petrucioinica99 opened 2 years ago

petrucioinica99 commented 2 years ago

I am trying to build an export function, regardless of renderer, outside of the pivot table UI. It would be a dropdown with a few options (PNG, CSV, PDF). I want to have these options available for all the available renderers. Is there any way of achieving this? Is there away to access the aggregated data outside of the PivotTableUI component?

larry-koutsavlis-spok commented 1 year ago

petrucioinica99 have you gotten anywhere with this? I am trying to implement something similar outside of the PivotTableUI component for offline pdf rendering.