<?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 How to show total count of stacked chart on the top of column? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344669#M39383</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have total four fields lets say a,b,c and d. i want to show 'a' as a separate column and 'b','c' and 'd' as stacked and beside 'a' along with the sum of fields ('b'+'c'+'d') so that the count of these fields would come on the top of their column so that we can easily compare field 'a' with the count of  rest.&lt;BR /&gt;
Note:- I don't want separate column which would give sum of these three field. You can refer the screenshot.&lt;/P&gt;

&lt;P&gt;In case you want further details feel free to ask.&lt;BR /&gt;
Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Thanks. &lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 12:31:51 GMT</pubDate>
    <dc:creator>prafulljha</dc:creator>
    <dc:date>2017-06-13T12:31:51Z</dc:date>
    <item>
      <title>How to show total count of stacked chart on the top of column?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344669#M39383</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have total four fields lets say a,b,c and d. i want to show 'a' as a separate column and 'b','c' and 'd' as stacked and beside 'a' along with the sum of fields ('b'+'c'+'d') so that the count of these fields would come on the top of their column so that we can easily compare field 'a' with the count of  rest.&lt;BR /&gt;
Note:- I don't want separate column which would give sum of these three field. You can refer the screenshot.&lt;/P&gt;

&lt;P&gt;In case you want further details feel free to ask.&lt;BR /&gt;
Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:31:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344669#M39383</guid>
      <dc:creator>prafulljha</dc:creator>
      <dc:date>2017-06-13T12:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to show total count of stacked chart on the top of column?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344670#M39384</link>
      <description>&lt;P&gt;Sounds like a very specialized visualization.  Hmmm.  Might be useful.&lt;/P&gt;

&lt;P&gt;Basically, you want to be able to "group" the series and stack them.  The fact that one of your groups has only one member (a) and the other has three (b,c,d) is irrelevant to the design of the viz.  &lt;/P&gt;

&lt;P&gt;Seems like you'd want to be able to choose the base color of each group, and have the individual series be variants of that color (up to N different blues for group 1, up to N different reds for group 2, up to N different greens for group 3, etc.)&lt;/P&gt;

&lt;P&gt;Don't know of anything like that, but it does seem quite useful.  For instance, if you wanted to compare causes of death for men and women, in number of deaths per 100 K, that would be a good viz.&lt;/P&gt;

&lt;P&gt;Hmmm.  Could also be same colors in each stack in that usage, with maybe a single skinny bar up the side of the stack for group total...    &lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344670#M39384</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-06-13T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to show total count of stacked chart on the top of column?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344671#M39385</link>
      <description>&lt;P&gt;Alternative approach ,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search ... | addtotals 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Add totals gives you the row total with the field name &lt;CODE&gt;Total&lt;/CODE&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Click visualization select column chart &lt;/LI&gt;
&lt;LI&gt;Click format and enable the &lt;CODE&gt;stack mode&lt;/CODE&gt;. &lt;/LI&gt;
&lt;LI&gt;select &lt;CODE&gt;show data values&lt;/CODE&gt; as &lt;CODE&gt;on&lt;/CODE&gt; &lt;/LI&gt;
&lt;LI&gt;Click &lt;CODE&gt;chart overlay&lt;/CODE&gt; and Click the text box and select &lt;CODE&gt;Total&lt;/CODE&gt; field.&lt;/LI&gt;
&lt;LI&gt;make&lt;CODE&gt;View as Axis&lt;/CODE&gt;  as off&lt;/LI&gt;
&lt;LI&gt;Click Apply. &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;you will get the stacked chart with numbers. overlay will be an line chart shows number.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 18:38:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344671#M39385</guid>
      <dc:creator>davesplunk01</dc:creator>
      <dc:date>2017-07-14T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to show total count of stacked chart on the top of column?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344672#M39386</link>
      <description>&lt;P&gt;Were you able to achieve this? Two bars with just one stacked as shown in your image.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 22:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/344672#M39386</guid>
      <dc:creator>niyaz006</dc:creator>
      <dc:date>2020-02-20T22:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show total count of stacked chart on the top of column?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/659646#M54295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213981" target="_blank"&gt;@davesplunk01&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;I'm having the same senario like this, after the above steps that you had mentioned, I can see the total on the top along with the line,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="smanojkumar_0-1696423927952.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27443iE969B866DAA72FF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smanojkumar_0-1696423927952.png" alt="smanojkumar_0-1696423927952.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I don't need line, Can you please help me in this.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(54,60,68);font-size:16px;"&gt;Manoj Kumar S&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-total-count-of-stacked-chart-on-the-top-of-column/m-p/659646#M54295</guid>
      <dc:creator>smanojkumar</dc:creator>
      <dc:date>2023-10-04T14:11:47Z</dc:date>
    </item>
  </channel>
</rss>

