<?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 Chart scale manipulation for axis in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-scale-manipulation-for-axis/m-p/48717#M11639</link>
    <description>&lt;P&gt;Is there a way to change the scale on a chart created from a search so that on a numbered axis, you can make the numbers go up by 0.50 or another decimal (0.10 or 0.25) instead of whole numbers?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;I have tried the following but the numbers still go from 0 to 5 at a scale of 1 on the Y axis:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.axisY.scale"&amp;gt;0.50&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.axisY.minimumNumber"&amp;gt;0.50&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.axisY.maximumNumber"&amp;gt;3.50&amp;lt;/option&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Jul 2011 19:06:33 GMT</pubDate>
    <dc:creator>Wiggy</dc:creator>
    <dc:date>2011-07-26T19:06:33Z</dc:date>
    <item>
      <title>Chart scale manipulation for axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-scale-manipulation-for-axis/m-p/48717#M11639</link>
      <description>&lt;P&gt;Is there a way to change the scale on a chart created from a search so that on a numbered axis, you can make the numbers go up by 0.50 or another decimal (0.10 or 0.25) instead of whole numbers?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;I have tried the following but the numbers still go from 0 to 5 at a scale of 1 on the Y axis:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.axisY.scale"&amp;gt;0.50&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.axisY.minimumNumber"&amp;gt;0.50&amp;lt;/option&amp;gt;
&amp;lt;option name="charting.axisY.maximumNumber"&amp;gt;3.50&amp;lt;/option&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Jul 2011 19:06:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-scale-manipulation-for-axis/m-p/48717#M11639</guid>
      <dc:creator>Wiggy</dc:creator>
      <dc:date>2011-07-26T19:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart scale manipulation for axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-scale-manipulation-for-axis/m-p/48718#M11640</link>
      <description>&lt;P&gt;I believe I found the answer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.chart"&amp;gt;column&amp;lt;/param&amp;gt;
&amp;lt;!-- Define Min and Max Range of Y axis --&amp;gt;
   &amp;lt;param name="charting.axisY"&amp;gt;numeric&amp;lt;/param&amp;gt;
   &amp;lt;param name="charting.axisY.minimumNumber"&amp;gt;96.00&amp;lt;/param&amp;gt;
   &amp;lt;param name="charting.axisY.maximumNumber"&amp;gt;100.50&amp;lt;/param&amp;gt;
   &amp;lt;param name="charting.axisY.includeZero"&amp;gt;true&amp;lt;/param&amp;gt;

&amp;lt;!-- Define Unit --&amp;gt;
   &amp;lt;param name="charting.axisLabelsY.integerUnits"&amp;gt;false&amp;lt;/param&amp;gt;
   &amp;lt;param name="charting.axisLabelsY.majorUnit"&amp;gt;0.5&amp;lt;/param&amp;gt;
   &amp;lt;param name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/param&amp;gt;
   &amp;lt;param name="charting.chart.nullValueMode"&amp;gt;zero&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Aug 2011 16:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-scale-manipulation-for-axis/m-p/48718#M11640</guid>
      <dc:creator>Wiggy</dc:creator>
      <dc:date>2011-08-01T16:55:44Z</dc:date>
    </item>
  </channel>
</rss>

