<?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: Remove chart axis labels in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107489#M27930</link>
    <description>&lt;P&gt;Works like a dream. Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2013 09:05:15 GMT</pubDate>
    <dc:creator>philallen1</dc:creator>
    <dc:date>2013-10-22T09:05:15Z</dc:date>
    <item>
      <title>Remove chart axis labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107487#M27928</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a JSChart:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;
    &amp;lt;param name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.layout.splitSeries"&amp;gt;true&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.chart"&amp;gt;line&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.legend.placement"&amp;gt;left&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.chart.stackMode"&amp;gt;default&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.secondaryAxis.minimumNumber"&amp;gt;1.25&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.secondaryAxis.maximumNumber"&amp;gt;0.75&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.chart.resultTruncationLimit"&amp;gt;10000&amp;lt;/param&amp;gt;
    &amp;lt;module name="JSChart"&amp;gt;
        &amp;lt;param name="height"&amp;gt;350px&amp;lt;/param&amp;gt;
    &amp;lt;/module&amp;gt;
    &amp;lt;module name="ViewRedirectorLink"&amp;gt;
        &amp;lt;param name="viewTarget"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I remove the y axis labels altogether? As you can see below, I'm getting the number '1' on my y axis, whereas I would like nothing at all. Is there a way I can turn off the y axis labels using a parameter? I've tried looking in the Splunk documentation but I find it very hard to find what I am looking for.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Splunk_chart.bmp" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:17:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107487#M27928</guid>
      <dc:creator>philallen1</dc:creator>
      <dc:date>2013-10-21T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove chart axis labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107488#M27929</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;P&gt;&amp;lt;param name="charting.axisLabelsY.majorLabelVisibility"&amp;gt;hide&amp;lt;/param&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 03:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107488#M27929</guid>
      <dc:creator>Simon_Fishel</dc:creator>
      <dc:date>2013-10-22T03:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove chart axis labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107489#M27930</link>
      <description>&lt;P&gt;Works like a dream. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 09:05:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107489#M27930</guid>
      <dc:creator>philallen1</dc:creator>
      <dc:date>2013-10-22T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove chart axis labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107490#M27931</link>
      <description>&lt;P&gt;See here for list of attributes - &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference#Area.2C_Bubble.2C_Bar.2C_Column.2C_Line.2C_and_Scatter_charts" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference#Area.2C_Bubble.2C_Bar.2C_Column.2C_Line.2C_and_Scatter_charts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:22:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107490#M27931</guid>
      <dc:creator>bhawkins1</dc:creator>
      <dc:date>2020-09-29T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove chart axis labels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107491#M27932</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;

&lt;P&gt;let me kindly ask you what happens now that this parameter is deprecated (at least on last version 6.3.3)?&lt;BR /&gt;
Could not find anything to replace it - while it raises a Warning into the XML editor&lt;/P&gt;

&lt;P&gt;best regards&lt;BR /&gt;
Altin&lt;/P&gt;</description>
      <pubDate>Sat, 26 Aug 2017 13:45:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-chart-axis-labels/m-p/107491#M27932</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2017-08-26T13:45:18Z</dc:date>
    </item>
  </channel>
</rss>

