<?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: How to suppress extra _time line on timechart in dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48773#M11660</link>
    <description>&lt;P&gt;For JSChart add an empty title, like this:&lt;BR /&gt;
&lt;OBJECT&gt;&lt;PARAM /&gt;&lt;/OBJECT&gt;&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;param name="charting.chart"&amp;gt;area&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.axisTitleX.text"&amp;gt;&amp;lt;/param&amp;gt;
    &amp;lt;module name="JSChart"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 26 Mar 2014 21:38:39 GMT</pubDate>
    <dc:creator>sansay</dc:creator>
    <dc:date>2014-03-26T21:38:39Z</dc:date>
    <item>
      <title>How to suppress extra _time line on timechart in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48770#M11657</link>
      <description>&lt;P&gt;I have a search that creates a timechart. I do not specify a time range. When I run the search I get the results I expect. &lt;BR /&gt;
But when I add the search to a dashboard I get a line below the time legend on the x axis that says _time. I would like to eliminate this--both the _time and the line it occupies. (That is, I don't just want to replace _time with spaces). When I go to edit visualizaton in the dashboard the x axis is blank. &lt;/P&gt;

&lt;P&gt;Can someone help with this?&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2012 20:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48770#M11657</guid>
      <dc:creator>joegrossman</dc:creator>
      <dc:date>2012-05-10T20:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress extra _time line on timechart in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48771#M11658</link>
      <description>&lt;P&gt;You need to set the &lt;CODE&gt;charting.axisTitleX.visibility&lt;/CODE&gt; key to &lt;CODE&gt;collapsed&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Using HiddenChartFormatter, it would look like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;
  &amp;lt;param name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will not only remove the &lt;CODE&gt;_time&lt;/CODE&gt; label, but will also collapse the vertical space it takes up. &lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2012 21:11:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48771#M11658</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-05-10T21:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress extra _time line on timechart in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48772#M11659</link>
      <description>&lt;P&gt;Unfortunately, only works with "FlashChart" and not "JSchart" module.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48772#M11659</guid>
      <dc:creator>yoho</dc:creator>
      <dc:date>2014-01-08T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress extra _time line on timechart in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48773#M11660</link>
      <description>&lt;P&gt;For JSChart add an empty title, like this:&lt;BR /&gt;
&lt;OBJECT&gt;&lt;PARAM /&gt;&lt;/OBJECT&gt;&lt;/P&gt;

&lt;P&gt;For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;param name="charting.chart"&amp;gt;area&amp;lt;/param&amp;gt;
    &amp;lt;param name="charting.axisTitleX.text"&amp;gt;&amp;lt;/param&amp;gt;
    &amp;lt;module name="JSChart"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48773#M11660</guid>
      <dc:creator>sansay</dc:creator>
      <dc:date>2014-03-26T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress extra _time line on timechart in dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48774#M11661</link>
      <description>&lt;P&gt;I just found out that, strangely enough, this solution will only remove _time. If you rename _time in your query it will not remove it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2014 23:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-suppress-extra-time-line-on-timechart-in-dashboard/m-p/48774#M11661</guid>
      <dc:creator>sansay</dc:creator>
      <dc:date>2014-11-25T23:55:33Z</dc:date>
    </item>
  </channel>
</rss>

