<?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: Floating Bar or Range Column Charts in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63619#M3328</link>
    <description>&lt;P&gt;I figured out a way to simulate this type of chart thanks to the &lt;A href="http://splunk-base.splunk.com/answers/59045/how-do-i-make-a-multi-dimension-timechart/59046"&gt;answer to another charting related question&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;I defined my own brush pallet. There are only two brushes in the pallet. The first one has an alpha transparency value of 0 (transparent). The second brush has the color for the "floating" bar.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.chart"&amp;gt;bar&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.axisTitleX.text"&amp;gt;milliseconds&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.axisTitleY.text"&amp;gt;&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.legend.placement"&amp;gt;none&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b1"&amp;gt;solidFill&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b1.alpha"&amp;gt;0&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b2"&amp;gt;solidFill&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b2.color"&amp;gt;0x0033CC&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b2.alpha"&amp;gt;1.0&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.myBrushPalette"&amp;gt;list&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.myBrushPalette.brushes"&amp;gt;[@b1,@b2]&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.chart.barBrushPalette"&amp;gt;@myBrushPalette&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;module name="FlashChart" /&amp;gt;&lt;BR /&gt;
&amp;lt;/module&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This chart is &lt;EM&gt;designed&lt;/EM&gt; to render a table with three columns. The first will be some series of data, the second an offset, and the third a duration. Refer to the following:&lt;/P&gt;

&lt;TABLE border="1" cellspacing="0" cellpadding="3"&gt;
  &lt;TBODY&gt;&lt;TR&gt;
    &lt;TH&gt;action&lt;/TH&gt;
    &lt;TH&gt;offset&lt;/TH&gt;
    &lt;TH&gt;duration&lt;/TH&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;A&lt;/TD&gt;
    &lt;TD&gt;0&lt;/TD&gt;
    &lt;TD&gt;95&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;B&lt;/TD&gt;
    &lt;TD&gt;8&lt;/TD&gt;
    &lt;TD&gt;39&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;C&lt;/TD&gt;
    &lt;TD&gt;13&lt;/TD&gt;
    &lt;TD&gt;32&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;D&lt;/TD&gt;
    &lt;TD&gt;29&lt;/TD&gt;
    &lt;TD&gt;13&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;E&lt;/TD&gt;
    &lt;TD&gt;31&lt;/TD&gt;
    &lt;TD&gt;11&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;F&lt;/TD&gt;
    &lt;TD&gt;36&lt;/TD&gt;
    &lt;TD&gt;2&lt;/TD&gt;
  &lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;

&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;
I can't provide a picture of the rendered chart because I don't yet have enough karma. I'll edit this answer in the future with a picture of the chart.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2012 20:37:10 GMT</pubDate>
    <dc:creator>justgrumpy</dc:creator>
    <dc:date>2012-09-19T20:37:10Z</dc:date>
    <item>
      <title>Floating Bar or Range Column Charts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63617#M3326</link>
      <description>&lt;P&gt;Is there a way to create floating bar, range column, or gantt charts?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 17:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63617#M3326</guid>
      <dc:creator>justgrumpy</dc:creator>
      <dc:date>2012-09-18T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Bar or Range Column Charts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63618#M3327</link>
      <description>&lt;P&gt;Not currently.  Please feel free to contact support and make an official request!  Good ideas.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 17:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63618#M3327</guid>
      <dc:creator>melting</dc:creator>
      <dc:date>2012-09-18T17:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Floating Bar or Range Column Charts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63619#M3328</link>
      <description>&lt;P&gt;I figured out a way to simulate this type of chart thanks to the &lt;A href="http://splunk-base.splunk.com/answers/59045/how-do-i-make-a-multi-dimension-timechart/59046"&gt;answer to another charting related question&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;I defined my own brush pallet. There are only two brushes in the pallet. The first one has an alpha transparency value of 0 (transparent). The second brush has the color for the "floating" bar.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.chart"&amp;gt;bar&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.axisTitleX.text"&amp;gt;milliseconds&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.axisTitleY.text"&amp;gt;&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.legend.placement"&amp;gt;none&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b1"&amp;gt;solidFill&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b1.alpha"&amp;gt;0&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b2"&amp;gt;solidFill&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b2.color"&amp;gt;0x0033CC&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.b2.alpha"&amp;gt;1.0&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.myBrushPalette"&amp;gt;list&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.myBrushPalette.brushes"&amp;gt;[@b1,@b2]&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;param name="charting.chart.barBrushPalette"&amp;gt;@myBrushPalette&amp;lt;/param&amp;gt;&lt;BR /&gt;
  &amp;lt;module name="FlashChart" /&amp;gt;&lt;BR /&gt;
&amp;lt;/module&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This chart is &lt;EM&gt;designed&lt;/EM&gt; to render a table with three columns. The first will be some series of data, the second an offset, and the third a duration. Refer to the following:&lt;/P&gt;

&lt;TABLE border="1" cellspacing="0" cellpadding="3"&gt;
  &lt;TBODY&gt;&lt;TR&gt;
    &lt;TH&gt;action&lt;/TH&gt;
    &lt;TH&gt;offset&lt;/TH&gt;
    &lt;TH&gt;duration&lt;/TH&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;A&lt;/TD&gt;
    &lt;TD&gt;0&lt;/TD&gt;
    &lt;TD&gt;95&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;B&lt;/TD&gt;
    &lt;TD&gt;8&lt;/TD&gt;
    &lt;TD&gt;39&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;C&lt;/TD&gt;
    &lt;TD&gt;13&lt;/TD&gt;
    &lt;TD&gt;32&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;D&lt;/TD&gt;
    &lt;TD&gt;29&lt;/TD&gt;
    &lt;TD&gt;13&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;E&lt;/TD&gt;
    &lt;TD&gt;31&lt;/TD&gt;
    &lt;TD&gt;11&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
    &lt;TD&gt;F&lt;/TD&gt;
    &lt;TD&gt;36&lt;/TD&gt;
    &lt;TD&gt;2&lt;/TD&gt;
  &lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;

&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;
I can't provide a picture of the rendered chart because I don't yet have enough karma. I'll edit this answer in the future with a picture of the chart.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2012 20:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Floating-Bar-or-Range-Column-Charts/m-p/63619#M3328</guid>
      <dc:creator>justgrumpy</dc:creator>
      <dc:date>2012-09-19T20:37:10Z</dc:date>
    </item>
  </channel>
</rss>

