<?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: Expanded stacked column chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365881#M107904</link>
    <description>&lt;P&gt;This is an idea.&lt;/P&gt;

&lt;P&gt;Change the color of the bar&lt;BR /&gt;
subtotal-&amp;gt;White&lt;/P&gt;

&lt;P&gt;＜Search＞&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|stats count by method|eval subtotal=count| accum subtotal|eval subtotal=subtotal-count|sort - method
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;＜XML＞&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.legend.labels"&amp;gt;[count,subtotal]&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.seriesColors"&amp;gt;[0xFF0000,0xFFFFFF]&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3106i34BC0AAF591FEBE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 06:32:15 GMT</pubDate>
    <dc:creator>HiroshiSatoh</dc:creator>
    <dc:date>2017-06-29T06:32:15Z</dc:date>
    <item>
      <title>Expanded stacked column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365880#M107903</link>
      <description>&lt;P&gt;Is it possible to create a column chart that is stacked, but where each part of the stack still occupies its own column?&lt;/P&gt;

&lt;P&gt;As Image below:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3108iACE795E3F27FE660/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 05:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365880#M107903</guid>
      <dc:creator>tmortiboy</dc:creator>
      <dc:date>2017-06-29T05:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded stacked column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365881#M107904</link>
      <description>&lt;P&gt;This is an idea.&lt;/P&gt;

&lt;P&gt;Change the color of the bar&lt;BR /&gt;
subtotal-&amp;gt;White&lt;/P&gt;

&lt;P&gt;＜Search＞&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|stats count by method|eval subtotal=count| accum subtotal|eval subtotal=subtotal-count|sort - method
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;＜XML＞&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.legend.labels"&amp;gt;[count,subtotal]&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.seriesColors"&amp;gt;[0xFF0000,0xFFFFFF]&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3106i34BC0AAF591FEBE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 06:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365881#M107904</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2017-06-29T06:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded stacked column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365882#M107905</link>
      <description>&lt;P&gt;I had thought of this, but the subtotals can still be hovered over, which is less than ideal.&lt;BR /&gt;
Unless you know how you can disable the hover for this value?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 06:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365882#M107905</guid>
      <dc:creator>tmortiboy</dc:creator>
      <dc:date>2017-06-29T06:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded stacked column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365883#M107906</link>
      <description>&lt;P&gt;if you're comfortable creating a custom viz, you might be able to use this as a starter:&lt;BR /&gt;
&lt;A href="https://www.highcharts.com/demo/waterfall/grid-light"&gt;https://www.highcharts.com/demo/waterfall/grid-light&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;also this app has a waterfall viz, but the last supported version is 6.4&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/2856/"&gt;https://splunkbase.splunk.com/app/2856/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365883#M107906</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-06-29T11:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded stacked column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365884#M107907</link>
      <description>&lt;P&gt;I ended up using this method, but it still feels a little hacky.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 04:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365884#M107907</guid>
      <dc:creator>tmortiboy</dc:creator>
      <dc:date>2017-07-04T04:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded stacked column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365885#M107908</link>
      <description>&lt;P&gt;@tmortiboy, I have created Waterfall visualization using D3 and Splunk's Custom Visualization API. Please check it out whether it fits the need: &lt;A href="https://splunkbase.splunk.com/app/3669/"&gt;https://splunkbase.splunk.com/app/3669/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS: I currently have not implemented the following:&lt;BR /&gt;
1) Tooltip (currently static label can be displayed)&lt;BR /&gt;
2) Drilldown&lt;BR /&gt;
3) Dynamic size (it is manual based on chart height/width right now)&lt;BR /&gt;
4) Negative axis (can be implemented only after dynamic size is in place)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 05:39:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Expanded-stacked-column-chart/m-p/365885#M107908</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-08-09T05:39:08Z</dc:date>
    </item>
  </channel>
</rss>

