how to add few panels under one title/heading ? I have few charts which i want to keep under status heading and few stat charts which i want to put under summary heading.
Wonder if you could use Text panel to add text between each
Would a Row work for what you want to do?
Panel doesn’t need to have title/heading, so use title only for top panel and other panels below can have empty title.
I like to use the text panel to generate some html headings that you can then group other panels under:
2 Likes
Thank you all for the suggestions. I will try those.