NREL-Sienna / SIIP-Tutorial

SIIP Tutorial for PowerSystems.jl, PowerSimuations.jl and PowerGraphics.jl
https://nrel-siip.github.io/SIIP-Tutorial/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

horizontal overflow (powersystems) #2

Closed tlienart closed 2 years ago

tlienart commented 2 years ago

Looking at https://nrel-siip.github.io/SIIP-Tutorial/powersystems/ you might want to place the result in an iframe or something and get it to have a scrollable horizontal overflow, otherwise it looks like this

Screenshot 2022-03-08 at 15 59 22

I think this can be done adjusting some of the CSS but might require a bit of fiddling

kdheepak commented 2 years ago

I was going to look into how to breakout of the layout and adjust the CSS, but an iframe could be a good alternative.

kdheepak commented 2 years ago

Not ideal yet, but an improvement.

Screen Shot 2022-03-08 at 11 38 33 AM

I added a full-width css class to break out of the layout using help from https://css-tricks.com/full-width-containers-limited-width-parents/

The D3 code isn't working for zooming in and panning. But that's for me to figure out another day.

Thanks for reporting. I'm going to close this for now.