Adding a download image button for different formats#1056
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1056 +/- ##
==========================================
- Coverage 67.89% 67.83% -0.06%
==========================================
Files 112 112
Lines 6593 6613 +20
==========================================
+ Hits 4476 4486 +10
- Misses 2117 2127 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
edan-bainglass
left a comment
There was a problem hiding this comment.
Overall straightforward. Before I approve, can you please respond to my comments?
edan-bainglass
left a comment
There was a problem hiding this comment.
LGTM! Thanks @AndresOrtegaGuerrero. You can proceed. If possible, could you maybe comment on Plotly's image download API? The plot comes with built-in PNG download. I'm wondering if the modebar could be modified (in a future PR) to include custom buttons for other common formats (likely still using JS).
|
I used https://plotly.com/python-api-reference/plotly.io.html?highlight=io#module-plotly.io , i dont know if the other option can be modified. |
Here we include a button for downloading the image in different formats