Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better printing through avoiding page breaks #135

Open
jscher2000 opened this issue Oct 3, 2020 · 1 comment
Open

Better printing through avoiding page breaks #135

jscher2000 opened this issue Oct 3, 2020 · 1 comment

Comments

@jscher2000
Copy link

Saw the beautiful graphs here:

https://www.nytimes.com/interactive/2020/10/02/science/charting-a-coronavirus-infection.html

Supporting paged media might not be a goal of this project, but please consider adding something like the following so that the entire graphic stays together as a unit in printouts/PDFs:

.ai2html > .g-artboard {
  page-break-inside: avoid;
}

(I can't tell where this should go.)

@archietse
Copy link
Contributor

archietse commented Oct 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants