Bryan, et al, Thanks Bryan . . .
Bill Schmoker came up with the easy solution: > The issue is in the print dialog on the computer side- when printing a web > page like that, after hitting print but before continuing look for a box to > check saying “print background images” or something like that. That solved the problem! So, thanks to Bill! Gary > On Aug 4, 2020, at 5:32 PM, Bryan Guarente <[email protected]> wrote: > > I have a solution, but it is complicated. If you are using Chrome, Edge, > Opera, or Safari, this should work: > Open the bar chart you are interested in printing. > Open the Javascript Console (CTRL+SHIFT+C or CMD+SHIFT+C) > In the new window that pops up, the second tab across the top of that window > should be "console". Click on console. > In that tab, then you can paste in the following next to the greater than > sign (>): > $(".b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8, > .b9").css("-webkit-print-color-adjust", "exact") > > Then print the document and you should get the bar chart. > > Ask questions, because I am sure there will be some. > > Thanks for the fun foray into fixing poor CSS/HTML > Bryan > > Bryan Guarente > Meteorologist/Instructional Designer > UCAR/The COMET Program > Boulder, CO > > > On Tue, Aug 4, 2020 at 1:28 PM Gary Brower <[email protected] > <mailto:[email protected]>> wrote: > CoBirders. . . > > (Especially those with great knowledge of eBird!) > > I’m trying to print a collection of bar charts from eBird. But all I am able > to print is the name of the bird 9and the two little icons to the right of > the species name). The bar charts themselves do not print. > > Does anyone know what’s going on, and how to get around it? I’ve tried saving > it to pdf, and that doesn’t work either. The only thing that has worked has > been taking screen shots . . . but that’s incredibly tedious. > > Thanks so much. > > Gary Brower > Unincorporated Arapahoe County > > -- > You received this message because you are subscribed to the Google Groups > "Colorado Birds" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:cobirds%[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/cobirds/AC98335E-CC39-474F-88EA-60C8904924AA%40gmail.com > > <https://groups.google.com/d/msgid/cobirds/AC98335E-CC39-474F-88EA-60C8904924AA%40gmail.com>. -- You received this message because you are subscribed to the Google Groups "Colorado Birds" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/cobirds/C030C0FA-00A8-432F-9909-23E5D453B4C1%40gmail.com.
