Quantcast
Channel: Latest Questions on Splunk Answers
Viewing all articles
Browse latest Browse all 13053

Charting types in JS chart

$
0
0

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>


Viewing all articles
Browse latest Browse all 13053

Trending Articles