<?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: gaps in line graph in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84509#M21539</link>
    <description>&lt;P&gt;That worked perfectly! Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2011 13:52:33 GMT</pubDate>
    <dc:creator>jedatt01</dc:creator>
    <dc:date>2011-10-03T13:52:33Z</dc:date>
    <item>
      <title>gaps in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84507#M21537</link>
      <description>&lt;P&gt;I have an advanced xml view set up with some line graphs, but it seems that on the graphs that do not have a large data set, it shows gaps in the graph. Also I can click around the chart area and sometimes find plot points in the middle of nowhere. What could be causing this? &lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2011 21:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84507#M21537</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2011-09-30T21:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84508#M21538</link>
      <description>&lt;P&gt;You need to set the line chart property/param &lt;CODE&gt;charting.chart.nullValueMode&lt;/CODE&gt; to &lt;CODE&gt;connect&lt;/CODE&gt; instead of the default of &lt;CODE&gt;gaps&lt;/CODE&gt; and/or you need to set &lt;CODE&gt;charting.chart.showMarkers&lt;/CODE&gt; to &lt;CODE&gt;true&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.legend.nullValueMode"&amp;gt;connect&amp;lt;/param&amp;gt;
&amp;lt;param name="charting.legend.showMarkers"&amp;gt;true&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.2.3/Developer/CustomChartingConfig-ChartLegend#Chart"&gt;http://docs.splunk.com/Documentation/Splunk/4.2.3/Developer/CustomChartingConfig-ChartLegend#Chart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2011 23:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84508#M21538</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-09-30T23:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84509#M21539</link>
      <description>&lt;P&gt;That worked perfectly! Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 13:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84509#M21539</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2011-10-03T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84510#M21540</link>
      <description>&lt;P&gt;Even though I am using the same thing my line graph is not going to zero for null values and it is showing gaps . Please help..&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 07:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84510#M21540</guid>
      <dc:creator>ranjyotiprakash</dc:creator>
      <dc:date>2012-06-08T07:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84511#M21541</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="charting.legend.nullValueMode"&amp;gt;zero&amp;lt;/param&amp;gt;
&amp;lt;param name="charting.legend.showMarkers"&amp;gt;true&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this would help..&lt;/P&gt;</description>
      <pubDate>Sat, 04 Oct 2014 09:31:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84511#M21541</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2014-10-04T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: gaps in line graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84512#M21542</link>
      <description>&lt;P&gt;Below worked for me instead of PARAM&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;connect&amp;lt;/option&amp;gt;
         &amp;lt;option name="charting.chart.showMarkers"&amp;gt;true&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/gaps-in-line-graph/m-p/84512#M21542</guid>
      <dc:creator>NeerajDhapola7</dc:creator>
      <dc:date>2017-04-12T18:56:03Z</dc:date>
    </item>
  </channel>
</rss>

