<?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 graphs in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19457#M694</link>
    <description>&lt;P&gt;Thanks for your reply but its not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2012 12:04:01 GMT</pubDate>
    <dc:creator>jangid</dc:creator>
    <dc:date>2012-07-30T12:04:01Z</dc:date>
    <item>
      <title>Gaps in graphs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19454#M691</link>
      <description>&lt;P&gt;I am calculating avg but some time my graph contains gap.&lt;/P&gt;

&lt;P&gt;How do I fill this gap with line(last value)?&lt;/P&gt;

&lt;P&gt;here is my xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;chart&amp;gt;
        &amp;lt;searchTemplate&amp;gt;
        sourcetype=mysearch.. | where ElapsedTime &amp;gt; 0 | timechart avg(ElapsedTime)

        &amp;lt;/searchTemplate&amp;gt;
        &amp;lt;title&amp;gt;Transaction Average&amp;lt;/title&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt; 
        &amp;lt;option name="charting.primaryAxisTitle.text"&amp;gt;Time&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.secondaryAxisTitle.text"&amp;gt;Average Transaction Time&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2012 11:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19454#M691</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-27T11:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Gaps in graphs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19455#M692</link>
      <description>&lt;P&gt;It looks like it should be something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.chart.line.nullValueMode"&amp;gt;connect&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Per the docs @ &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-chartlegend#linechart"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Developer/CustomChartingConfig-chartlegend#linechart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 11:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19455#M692</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-07-27T11:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gaps in graphs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19456#M693</link>
      <description>&lt;P&gt;beat me to it..&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 11:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19456#M693</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-27T11:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Gaps in graphs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19457#M694</link>
      <description>&lt;P&gt;Thanks for your reply but its not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19457#M694</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-07-30T12:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Gaps in graphs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19458#M695</link>
      <description>&lt;P&gt;Try simply &lt;CODE&gt;&amp;lt;option name="charting.chart.nullValueMode"&amp;gt;connect&amp;lt;/option&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19458#M695</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-07-30T12:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Gaps in graphs</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19459#M696</link>
      <description>&lt;P&gt;I am with @SoWings as newer Version has below option&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.chart.nullValueMode"&amp;gt;connect&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Apr 2017 20:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Gaps-in-graphs/m-p/19459#M696</guid>
      <dc:creator>NeerajDhapola7</dc:creator>
      <dc:date>2017-04-12T20:54:30Z</dc:date>
    </item>
  </channel>
</rss>

