RevealBi / Reveal.Sdk

Issue tracker - Reveal SDK https://www.revealbi.io/
https://www.revealbi.io/
3 stars 0 forks source link

Export individual visualization widget to pdf (or image) #91

Open gauxgaux opened 10 months ago

gauxgaux commented 10 months ago

Is your feature request related to a problem? Please describe. Right now when I want to export a pivot table or grid visualization (NOT THE WHOLE DASHBOARD) that is longer than my screen I can only select image or excel. If I select image it will take a screengrab of only the part that's visible on the screen, not the full table.

Describe the solution you'd like I would like either the image to be a complete image of the visualization or, more likely, an export to pdf option for an individual visualization.

Describe alternatives you've considered We've been told there's a potential workaround in 1.6.1: https://github.com/RevealBi/Reveal.Sdk/issues/19

Additional context None

brianlagunas commented 10 months ago

Internal work item AB#26959

gauxgaux commented 6 months ago

Just wanted to follow up on this. Had a couple of customer complaints about it recently with a direct quote from a customer being:

I would request that this be reviewed as it really does not provide an export PDF as indicated. The majority of time I can export to Excel, and it is fine but there needs to be a way for users to print other charts and graphs that are created in the reporting section.

brianlagunas commented 6 months ago

Does the work-around not unblock you? You can add a custom menu item to the visualizations, then when the menu item is clicked send the visualization ID to your endpoint to perform a server side export which now has support to export a single visualization.

gauxgaux commented 6 months ago

Oh I see, I'll work with my team on adding that and get back to you if we get stuck.

gauxgaux commented 4 months ago

@brianlagunas - did I hear you're working on a new solution for this?

brianlagunas commented 4 months ago

The only feature we have related to this is server side export of single visualization which fixed #19. You can read about it here

https://help.revealbi.io/web/release-notes?code=java#new-features-1

We don't have this built into the client side export yet.