This is my code,i want the pie chart to be displayed first and then the table to be displayed below. I am getting first table and then the pie chart.
<module name="SimpleResultsHeader"> <param name="entityName">results</param> <param name="headerFormat">Corresponding Revenue Loss(in CEDI)</param> </module>
<module name="HiddenChartFormatter">
<param name="charting.chart">pie</param>
<module name="SimpleResultsTable">
<param name="entityName">results</param>
</module>
<param name="charting.legend.placement">none</param>
<module name="JobProgressIndicator"/>
<!-- The JSChart containing drilldowns -->
<module name="JSChart">
<param name="width">100%</param>
<param name="height">300px</param>
</module> </module> </module>