What is the correct hierarchy of XML elements in a dashboard panel?
What is the correct hierarchy of XML elements in a dashboard panel?
The correct hierarchy of XML elements in a dashboard panel is <dashboard><row><panel>. The <dashboard> element is the root element, which contains one or more <row> elements. Each <row> element, in turn, contains one or more <panel> elements. This structure organizes the elements properly within a dashboard.
<dashboard> <row> <panel>