Layout nerdpacks: Explicitly set the height on all sections so that the fullHeight
prop of charts works with out extra configuration
#27
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Nerdpack
New Relic One application
In some sections of the nerdpacks, when you add
fullHeight
to a chart, it disappears (because charts with that prop need a parent with a defined width). Not our fault, but we can help reduce the friction of having to figure that out by just defining a height on all sections by default. I think setting them all toheight: 100%
should do it.The text was updated successfully, but these errors were encountered: