plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
15.62k stars 2.51k forks source link

Is it possible to support exporting the raw data from data charts when exporting HTML using Plotly #4623

Open ChrisJaunes opened 3 weeks ago

ChrisJaunes commented 3 weeks ago

When exporting HTML using Plotly, my customers want to directly access the raw data in the data charts. This is because, after repeated modifications and delivery of reports to customers, they need to verify the data's accuracy. Can we add a button to each chart that allows users to export the raw data?