Does anyone know how to code a page to display pie charts sized so that 7 fit across the screen in one row? I am using a code page with the following: <table> <tr> <td><embed src="h t t p s://...
What version of IE do you use? Edge is more current if you are forced to use it.
If I had to use IE I would get really comfortable using https://caniuse.com/ to search for the features that work and the ones that do not. It isn't perfect but it can let you know if what you are trying to do is even possible in that browser.
I use Chrome. I had to adjust the transform-origin: 0% -20%; property to shift the charts up to where the title and hamburger icon were out of the frame. Not ideal, but it worked for this example. Here is what it looks like when I change the -20% for the vertical transform to 0%:
The javascript .hide() function works to hide elements (I have used it with the IOL technique from Dan Diebolt), but I don't know how to add that in to my HTML CSS page.
Here is the code for the hamburger icon in the console: