<?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 Horizontal bar chart w/ JSChart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horizontal-bar-chart-w-JSChart/m-p/98155#M5447</link>
    <description>&lt;P&gt;Is it possible to have JSChart render its bars horizontally? I've looked over the properties here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Developer/CustomChartingConfig-chartlegend"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Developer/CustomChartingConfig-chartlegend&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and it looks like "bar" is what I want ("The bar chart is a cartesian chart that renders data as horizontal bars"). However,  when I try to use the charting.chart properties I get an error: "Misconfigured view 'overview' - Unknown parameter 'charting.chart' is defined for module JSChart. Make sure the parameter is specified in JSChart.conf."&lt;/P&gt;

&lt;P&gt;Based on the example in the above document, I was using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.chart"&amp;gt;bar&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is that indeed the correct parameter?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2012 15:31:12 GMT</pubDate>
    <dc:creator>therealdpk</dc:creator>
    <dc:date>2012-10-22T15:31:12Z</dc:date>
    <item>
      <title>Horizontal bar chart w/ JSChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horizontal-bar-chart-w-JSChart/m-p/98155#M5447</link>
      <description>&lt;P&gt;Is it possible to have JSChart render its bars horizontally? I've looked over the properties here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Developer/CustomChartingConfig-chartlegend"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Developer/CustomChartingConfig-chartlegend&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and it looks like "bar" is what I want ("The bar chart is a cartesian chart that renders data as horizontal bars"). However,  when I try to use the charting.chart properties I get an error: "Misconfigured view 'overview' - Unknown parameter 'charting.chart' is defined for module JSChart. Make sure the parameter is specified in JSChart.conf."&lt;/P&gt;

&lt;P&gt;Based on the example in the above document, I was using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.chart"&amp;gt;bar&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is that indeed the correct parameter?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Horizontal-bar-chart-w-JSChart/m-p/98155#M5447</guid>
      <dc:creator>therealdpk</dc:creator>
      <dc:date>2012-10-22T15:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal bar chart w/ JSChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Horizontal-bar-chart-w-JSChart/m-p/98156#M5448</link>
      <description>&lt;P&gt;Right parameter but it's defined for HiddenChartFormatter which is usable in conjunction with JSChart or FlashChart. Simple example below.&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="HiddenChartFormatter"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="charting.chart" /&gt;bar&lt;BR /&gt;
    &lt;MODULE name="JSChart"&gt;&lt;BR /&gt;
      &lt;PARAM name="width" /&gt;100%&lt;BR /&gt;
      &lt;PARAM name="height" /&gt;400px&lt;BR /&gt;
    &lt;/MODULE&gt;&lt;BR /&gt;
&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2013 21:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Horizontal-bar-chart-w-JSChart/m-p/98156#M5448</guid>
      <dc:creator>paddygriffin</dc:creator>
      <dc:date>2013-07-23T21:11:13Z</dc:date>
    </item>
  </channel>
</rss>

