<?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: Advanced Charting Module in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Advanced-Charting-Module/m-p/19255#M2706</link>
    <description>&lt;P&gt;I found the issue, it's actually nothing more then a typo on my part, axisLabelsX is case sensitive, and I used a lower case l.  Thanks all that took a look!&lt;/P&gt;</description>
    <pubDate>Fri, 31 Dec 2010 04:51:01 GMT</pubDate>
    <dc:creator>healthtrans</dc:creator>
    <dc:date>2010-12-31T04:51:01Z</dc:date>
    <item>
      <title>Advanced Charting Module</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Advanced-Charting-Module/m-p/19254#M2705</link>
      <description>&lt;P&gt;I'm trying to build a chart for simple volume / month.  I do a simple timechart span=1mon with a count field and the search produces the desired output.  However, when I use the advanced module for creating the chart, the "time" axis is grouped in 2 month increments, and I'd like to have every month displayed as a major tick. (axis x says "January, March, May" and I'd like to see "January, February, March, April")  &lt;/P&gt;

&lt;P&gt;Can someone tell me what I'm doing wrong in this code? Or for that matter, how to produce the outcome I spell out above?  Should I be using a numeric property instead of the time property?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10         &amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row1_col1" group="Sum of Claims" autoRun="True"&amp;gt;
11                 &amp;lt;param name="savedSearch"&amp;gt;HTAnalytics_SumOfClaims_Chart1&amp;lt;/param&amp;gt;
12                 &amp;lt;module name="HiddenChartFormatter"&amp;gt;
13                         &amp;lt;param name="chart"&amp;gt;area&amp;lt;/param&amp;gt;
14                         &amp;lt;param name="charting.axislabelsX.majorUnit"&amp;gt;P1M&amp;lt;/param&amp;gt;
15                         &amp;lt;param name="charting.axislabelsX.minorUnit"&amp;gt;P1M&amp;lt;/param&amp;gt;
16                         &amp;lt;param name="primaryAxisTitle.text"&amp;gt;Month of Year&amp;lt;/param&amp;gt;
17                         &amp;lt;param name="secondaryAxisTitle.text"&amp;gt;Claims Per Month&amp;lt;/param&amp;gt;
18                         &amp;lt;param name="legend.placement"&amp;gt;none&amp;lt;/param&amp;gt;
19                         &amp;lt;module name="FlashChart"/&amp;gt;
20                 &amp;lt;/module&amp;gt;
21         &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2010 09:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Advanced-Charting-Module/m-p/19254#M2705</guid>
      <dc:creator>healthtrans</dc:creator>
      <dc:date>2010-12-30T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced Charting Module</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Advanced-Charting-Module/m-p/19255#M2706</link>
      <description>&lt;P&gt;I found the issue, it's actually nothing more then a typo on my part, axisLabelsX is case sensitive, and I used a lower case l.  Thanks all that took a look!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2010 04:51:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Advanced-Charting-Module/m-p/19255#M2706</guid>
      <dc:creator>healthtrans</dc:creator>
      <dc:date>2010-12-31T04:51:01Z</dc:date>
    </item>
  </channel>
</rss>

