Open CorentinWicht opened 1 year ago
Funily enough, I realized that if you set the height in visNetworkOutput()
instead:
visNetworkOutput("network", height = "1000px")
Then there is no footer (which is great) but then adding a legend with visLegend()
would look shifted down:
Dear Developper,
I just wanted to report a stranger behaviour when setting up the Height using
VisOptions()
.When used in combination with
dashboardSidebar()
it creates a footer with the same colour as the sidebar:This footer is not there when the Height argument is not defined.
Here is my code for a reproducible example: