signac-dashboard icon indicating copy to clipboard operation
signac-dashboard copied to clipboard

Display pdfs in dashboard

Open cbkerr opened this issue 3 years ago • 2 comments

Feature description

Dashboard should be able to display pdfs or vector graphics formats.

Additional context

@tcmoore3 was outputting project level phase diagrams as pdfs

cbkerr avatar Feb 16 '22 16:02 cbkerr

SVGs would be much lighter weight for the browser, if that's an option. It can be very slow to have a page load with multiple PDFs rendering (grid view with multiple jobs). I think this might "just work" for SVG files if you specified SVGs in the filename matching globs of an ImageViewer module.

bdice avatar Feb 16 '22 17:02 bdice

Confirming that this "just works" for SVG files when you specify SVGs in the filename matching globs of an ImageViewer module.

tcmoore3 avatar Jun 05 '24 20:06 tcmoore3