<?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: Making all pie charts in a row in same vertical in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660429#M227987</link>
    <description>&lt;P&gt;The real pro-tip is always in the comments.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 17:16:13 GMT</pubDate>
    <dc:creator>_JP</dc:creator>
    <dc:date>2023-10-11T17:16:13Z</dc:date>
    <item>
      <title>Making all pie charts in a row in same vertical</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660243#M227906</link>
      <description>&lt;P&gt;Hi Splunkers!&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;How to assign the pie chart in same vertical if we are having dropdown in one specific pie chart.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having dropdown in one pie chart because of that other pie chart in same row got misaligned, need to have same height of pie charts in the row&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smanojkumar_0-1696943994774.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27508iDC733BA324755D8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_0-1696943994774.png" alt="smanojkumar_0-1696943994774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 14:40:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660243#M227906</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-10-10T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Making all pie charts in a row in same vertical</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660301#M227930</link>
      <description>&lt;P&gt;You can fudge it by editing the XML and creating your own &lt;EM&gt;row&lt;/EM&gt; with empty &lt;EM&gt;panel&amp;nbsp;&lt;/EM&gt;tags.&amp;nbsp; You will get a warning icon in the edit mode, but it saves and displays fine.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input type="dropdown" token="field1" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;Component&amp;lt;/label&amp;gt;
        &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
        &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
        &amp;lt;fieldForLabel&amp;gt;component&amp;lt;/fieldForLabel&amp;gt;
        &amp;lt;fieldForValue&amp;gt;component&amp;lt;/fieldForValue&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal | dedup component | table component | sort component&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/input&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a mock-up I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pie_chart_align.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27516i18C5568A09E58D7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pie_chart_align.png" alt="pie_chart_align.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the attached XML pdf to see the full SimpleXML for my mockup.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660301#M227930</guid>
      <dc:creator>_JP</dc:creator>
      <dc:date>2023-10-10T20:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Making all pie charts in a row in same vertical</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660323#M227935</link>
      <description>&lt;P&gt;You can avoid the empty panel warnings by just adding a dummy html panel, i.e.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;panel&amp;gt;
  &amp;lt;html/&amp;gt;
&amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 22:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660323#M227935</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-10-10T22:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Making all pie charts in a row in same vertical</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660429#M227987</link>
      <description>&lt;P&gt;The real pro-tip is always in the comments.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 17:16:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Making-all-pie-charts-in-a-row-in-same-vertical/m-p/660429#M227987</guid>
      <dc:creator>_JP</dc:creator>
      <dc:date>2023-10-11T17:16:13Z</dc:date>
    </item>
  </channel>
</rss>

