-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
Review QueuedWaiting for the Dataverse's Maintainer to review this issue.Waiting for the Dataverse's Maintainer to review this issue.
Description
his PR introduces the ability to export graphs as PNG or PDF files directly from the dashboard, making it easier for users to save and share visual insights.
🚀 Key Features Added:
📸 Export as PNG using html2canvas
🧾 Export as PDF using jsPDF
🧩 Export buttons added to each chart container
✍️ Users can enter a custom filename before download
💾 Supports both modern browsers and offline use
🛠️ Implementation Details:
Added utility function exportGraph(containerId, format)
Integrated export buttons with onclick handlers for both PNG & PDF
Input field for custom filename added above each chart
Ensured layout doesn't shift during capture using fixed sizing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Review QueuedWaiting for the Dataverse's Maintainer to review this issue.Waiting for the Dataverse's Maintainer to review this issue.