<?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: Splunk JSChart truncation message not being displayed in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53091#M2730</link>
    <description>&lt;P&gt;As a workaround - &lt;BR /&gt;
1. Try to ensure such charts on dashboard have a row by themselves. This will allow the chart to cover as much width as it can. For ex. expand the 500px to 600px.&lt;BR /&gt;
2. Reduce the number of points you are plotting by increasing the span from 15m to say 30m. &lt;/P&gt;

&lt;P&gt;This is a bug, and we will work on improving the messaging.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2013 08:37:19 GMT</pubDate>
    <dc:creator>nmistry_splunk</dc:creator>
    <dc:date>2013-09-03T08:37:19Z</dc:date>
    <item>
      <title>Splunk JSChart truncation message not being displayed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53087#M2726</link>
      <description>&lt;P&gt;According to the documentation, an error message should be displayed when exceeding the 1000 or 2000 object limit for charts rendered by JSChart. I have not seen this error message using Firefox (23.0.1) or IE (9.0.8112.16421 64 bit).  Is this a browser issue?&lt;/P&gt;

&lt;P&gt;When I look at the source HTML I do see code for a message, but it is not displayed, and that code is present even when there is no truncation:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div class="JSChartContainer" style="width:100%; height:333px;"&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class="inlineMessageContainer" style="display: none;"&amp;gt;
    &amp;lt;p class="resultStatusMessage"&amp;gt;
        &amp;lt;span class="inlineMessage"&amp;gt;
            Search generated too much data for the current display configuration, results have been truncated.
            &amp;lt;span class="resultStatusHelp"&amp;gt;
                &amp;lt;a href="/en-US/help?location=learnmore.charting.datatruncation" target="_blank" title="Splunk help" class="spl-external-link spl-icon-external-link-xsm"&amp;gt;Learn More&amp;lt;/a&amp;gt; 
            &amp;lt;/span&amp;gt;
        &amp;lt;/span&amp;gt;
    &amp;lt;/p&amp;gt; &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Sep 2013 01:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53087#M2726</guid>
      <dc:creator>alanfinlay</dc:creator>
      <dc:date>2013-09-03T01:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk JSChart truncation message not being displayed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53088#M2727</link>
      <description>&lt;P&gt;Dont worry, you may have not hit the limit yet!  &lt;/P&gt;

&lt;P&gt;The notice is hidden by default, using &lt;STRONG&gt;style="display: none;"&lt;/STRONG&gt; attribute, and when you will hit the limit, javascript will drop that attribute and make the block visible. &lt;/P&gt;

&lt;P&gt;You could run the following search as a test: &lt;STRONG&gt;index=_internal | stats count(*) by _time&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 06:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53088#M2727</guid>
      <dc:creator>nmistry_splunk</dc:creator>
      <dc:date>2013-09-03T06:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk JSChart truncation message not being displayed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53089#M2728</link>
      <description>&lt;P&gt;Maybe I am confused about what triggers this message.  I have a timeseries chart (line) for 7 days of results and I only see the first 5 days if I pick results per 15 mins = 672.  So it seems there is a 500 time point limit somewhere.&lt;/P&gt;

&lt;P&gt;sourcetype="Perfmon:CPU Load" counter="% Processor Time" | timechart span=15m avg(Value)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53089#M2728</guid>
      <dc:creator>alanfinlay</dc:creator>
      <dc:date>2013-09-03T07:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk JSChart truncation message not being displayed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53090#M2729</link>
      <description>&lt;P&gt;I see. The issue is overflow on the x-axis does not alert the user.  The issue here is the size of the chart of smaller than the actual number of points it tries to plot on it. For example: you size of the chart is 500px, but the sum of all the points you are tying to plot is 800px. As  a result, you can see the first 500px but the remaining 300px are hidden.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 08:37:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53090#M2729</guid>
      <dc:creator>nmistry_splunk</dc:creator>
      <dc:date>2013-09-03T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk JSChart truncation message not being displayed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53091#M2730</link>
      <description>&lt;P&gt;As a workaround - &lt;BR /&gt;
1. Try to ensure such charts on dashboard have a row by themselves. This will allow the chart to cover as much width as it can. For ex. expand the 500px to 600px.&lt;BR /&gt;
2. Reduce the number of points you are plotting by increasing the span from 15m to say 30m. &lt;/P&gt;

&lt;P&gt;This is a bug, and we will work on improving the messaging.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 08:37:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53091#M2730</guid>
      <dc:creator>nmistry_splunk</dc:creator>
      <dc:date>2013-09-03T08:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk JSChart truncation message not being displayed</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53092#M2731</link>
      <description>&lt;P&gt;Are there any plans to raise the number of events that can be graphed?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2013 14:11:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-JSChart-truncation-message-not-being-displayed/m-p/53092#M2731</guid>
      <dc:creator>Karunamon</dc:creator>
      <dc:date>2013-09-04T14:11:53Z</dc:date>
    </item>
  </channel>
</rss>

