this shows, for all single values (you should be able to change them to tables/charts/etc.), searches in one panel on one line, and then the html part breaks it into another row, if wanted. To keep things on one line, you just don't want <row> between the <panel>
<panel>
<single>
<search>
<query>....</query>
</search>
<option name="drilldown">none</option>
</single>
<single>
<search>....</query>
</search>
<option name="drilldown">none</option>
</single>
<html tokens="true" encoded="true">
<![CDATA[
<br/>
]]>
</html>
<single>
<search>
<query>....</query>
</search>
<option name="drilldown">none</option>
</single>
<single>
<search>
<query>....</query>
</search>
<option name="drilldown">none</option>
</single>
<single>
<search>
<query>....</query>
</search>
<option name="drilldown">none</option>
</single>
</panel>
... View more