<?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: Change Chart Increment (X Axis) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50650#M12182</link>
    <description>&lt;P&gt;The change to the Y axis like you mentioned above got it, thanks! Oh and for the search string I listed I just took out the search I'm doing when I posted it on here.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2012 15:50:46 GMT</pubDate>
    <dc:creator>henryt1</dc:creator>
    <dc:date>2012-09-05T15:50:46Z</dc:date>
    <item>
      <title>Change Chart Increment (X Axis)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50646#M12178</link>
      <description>&lt;P&gt;I have a dashboard created with a few different things in it, and when I left the office on Friday my 'Sessions' count was only showing whole numbers in that particular chart. However, when I came in this morning, it's showing in 0.25 increments (in the X axis). How could I change this back to whole numbers?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2012 19:21:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50646#M12178</guid>
      <dc:creator>henryt1</dc:creator>
      <dc:date>2012-09-04T19:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change Chart Increment (X Axis)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50647#M12179</link>
      <description>&lt;P&gt;I suspect you'll need to use this charting parameter, assuming you're in simple XML:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
&amp;lt;option name="charting.axisLabelsX.integerUnits"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;UPDATE: Given that you're using a bar graph, try setting charting.axisLabelsY.integerUnits to true instead.  I just tested it on a view of my own, and the axisLabelsY parameter affected the dependent axis, which for a bar graph is the horizontal one.  Go figure.&lt;/P&gt;

&lt;P&gt;You can read about the other available parameters for axes and gridlines at &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-AxisGrid"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-AxisGrid&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2012 20:59:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50647#M12179</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2012-09-04T20:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change Chart Increment (X Axis)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50648#M12180</link>
      <description>&lt;P&gt;Where in the XML would this go? I've tried several places and nothing is working. Right now it looks like this:&lt;/P&gt;

&lt;P&gt;&lt;ROW&gt;&lt;BR /&gt;
    &lt;CHART&gt;&lt;BR /&gt;
      &lt;SEARCHSTRING&gt;*&lt;/SEARCHSTRING&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Live Sessions (Past Hour)&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;EARLIESTTIME&gt;-1h@h&lt;/EARLIESTTIME&gt;&lt;BR /&gt;
      &lt;LATESTTIME&gt;now&lt;/LATESTTIME&gt;&lt;BR /&gt;
      &lt;BR /&gt;
      &lt;BR /&gt;
      bar&lt;BR /&gt;
      gaps&lt;BR /&gt;
      false&lt;BR /&gt;
      default&lt;BR /&gt;
      false&lt;BR /&gt;
      none&lt;BR /&gt;
      &lt;BR /&gt;
      ""&lt;BR /&gt;
      ""&lt;BR /&gt;
      ""&lt;BR /&gt;
      &lt;BR /&gt;
    &lt;/CHART&gt;&lt;BR /&gt;
  &lt;/ROW&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 12:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50648#M12180</guid>
      <dc:creator>henryt1</dc:creator>
      <dc:date>2012-09-05T12:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change Chart Increment (X Axis)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50649#M12181</link>
      <description>&lt;P&gt;@henryt1, I updated my answer above.  Did you modify your XML from what appears in your dashboard?  searchString is miscapitalized, and I'm not sure what you're doing a bar graph over since your search has no statistical command.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 13:48:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50649#M12181</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2012-09-05T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change Chart Increment (X Axis)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50650#M12182</link>
      <description>&lt;P&gt;The change to the Y axis like you mentioned above got it, thanks! Oh and for the search string I listed I just took out the search I'm doing when I posted it on here.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-Chart-Increment-X-Axis/m-p/50650#M12182</guid>
      <dc:creator>henryt1</dc:creator>
      <dc:date>2012-09-05T15:50:46Z</dc:date>
    </item>
  </channel>
</rss>

