<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Advanced XML pie JSChart not showing in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107290#M6059</link>
    <description>&lt;P&gt;As always I get the answer as soon as I ask in Splunkbase...&lt;/P&gt;

&lt;P&gt;Changing the layoutpanel to the hiddensearch module (or the postprocess in the complex dashboard) seemed to resolve the issue!&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2013 16:03:22 GMT</pubDate>
    <dc:creator>glmartin</dc:creator>
    <dc:date>2013-04-26T16:03:22Z</dc:date>
    <item>
      <title>Advanced XML pie JSChart not showing</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107289#M6058</link>
      <description>&lt;P&gt;Hello Splunkers!&lt;/P&gt;

&lt;P&gt;I'm trying to add a pie chart to one complicated dashboard, I have reduced the minimum non-working example to this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view template="dashboard.html"&amp;gt;
    &amp;lt;module name="HiddenSearch" autoRun="True"&amp;gt;
        &amp;lt;param name="search"&amp;gt;dvc="192.6.1.249" | stats count by src_ip&amp;lt;/param&amp;gt;
        &amp;lt;param name="earliest"&amp;gt;-15m&amp;lt;/param&amp;gt;
        &amp;lt;param name="latest"&amp;gt;now&amp;lt;/param&amp;gt;
        &amp;lt;module name="HiddenChartFormatter"&amp;gt;
            &amp;lt;param name="charting.chart"&amp;gt;pie&amp;lt;/param&amp;gt;
                &amp;lt;module name="JSChart" layoutPanel="panel_row1_col1"&amp;gt;
                &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
            &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
&amp;lt;/view&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can't spot the error, the search is returning correct results and if I create a simple XML with the same parameters it shows up nicely. Can anyone spot whats wrong here?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 14:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107289#M6058</guid>
      <dc:creator>glmartin</dc:creator>
      <dc:date>2013-04-26T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML pie JSChart not showing</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107290#M6059</link>
      <description>&lt;P&gt;As always I get the answer as soon as I ask in Splunkbase...&lt;/P&gt;

&lt;P&gt;Changing the layoutpanel to the hiddensearch module (or the postprocess in the complex dashboard) seemed to resolve the issue!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107290#M6059</guid>
      <dc:creator>glmartin</dc:creator>
      <dc:date>2013-04-26T16:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced XML pie JSChart not showing</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107291#M6060</link>
      <description>&lt;P&gt;There's no layoutPanel on the first few modules,  so they won't render anywhere at all.   The real problem I think is that the view contains no Message module.   Even in a custom view you should always make sure to have at least one Message module, and at least one with a "*" filter",  so that you can catch big developer-level problems fast before you bang your head against them. &lt;/P&gt;

&lt;P&gt;While some of the layoutPanel pitfalls no longer trigger red error messages,   I think this particular case would have. &lt;/P&gt;

&lt;P&gt;There is really no other developer-level messaging so working without a Message module, you're working a little blind. &lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-XML-pie-JSChart-not-showing/m-p/107291#M6060</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-04-26T16:30:01Z</dc:date>
    </item>
  </channel>
</rss>

