<?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 do i change jschart to flashchart? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78714#M4261</link>
    <description>&lt;P&gt;It might be truncating your results because your data set is large; see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/CustomChartingConfig-JSChart#Search_result_truncation"&gt;About JSChart&lt;/A&gt; in the Splunk Data VIsualizations manual, which states:&lt;/P&gt;

&lt;P&gt;You can override the truncation limit for charts rendered with JSChart by changing the value of the charting.chart.resultTruncationLimit property on a per-chart basis. Note that this property is only available for panels rendered with JSChart. Also, be aware that increasing this truncation limit can have a negative effect on dashboard performance.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2013 23:09:28 GMT</pubDate>
    <dc:creator>ChrisG</dc:creator>
    <dc:date>2013-03-28T23:09:28Z</dc:date>
    <item>
      <title>how do i change jschart to flashchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78713#M4260</link>
      <description>&lt;P&gt;I added &amp;lt; option name="charting.scaleX"&amp;gt;1&amp;lt; option&amp;gt;&lt;BR /&gt;
but it didnt do anything&lt;/P&gt;

&lt;P&gt;&amp;lt; param name="savedSearch"&amp;gt;BlahBlah&lt;BR /&gt;&lt;BR /&gt;
      &amp;lt; module name="HiddenFieldPicker"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
        &amp;lt; param name="strictMode"&amp;gt;True&lt;BR /&gt;&lt;BR /&gt;
        &amp;lt; module name="JobProgressIndicator"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
          &amp;lt; module name="EnablePreview"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
            &amp;lt; param name="enable"&amp;gt;True&lt;BR /&gt;&lt;BR /&gt;
            &amp;lt; param name="display"&amp;gt;False&lt;BR /&gt;&lt;BR /&gt;
            &amp;lt; module name="HiddenChartFormatter"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
              &amp;lt; param name="charting.chart.stackMode"&amp;gt;stacked&lt;BR /&gt;&lt;BR /&gt;
              &amp;lt; param name="charting.chart"&amp;gt;bar&lt;BR /&gt;&lt;BR /&gt;
              &amp;lt; module name="JSChart"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;
                &lt;STRONG&gt;&amp;lt; option name="charting.scaleX"&amp;gt;1&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;
                &amp;lt; param name="width"&amp;gt;100%&lt;BR /&gt;&lt;BR /&gt;
                &amp;lt; module name="Gimp"/&amp;gt;&lt;BR /&gt;
    &lt;BR /&gt;&lt;BR /&gt;
    The chart is still JSChart and it wont change it to FlashChart.&lt;BR /&gt;
    I want to switch it because JSChart truncates my results also It wont allow me to do bar color change for each series. Please Help&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 22:14:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78713#M4260</guid>
      <dc:creator>testAnalysis</dc:creator>
      <dc:date>2013-03-28T22:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: how do i change jschart to flashchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78714#M4261</link>
      <description>&lt;P&gt;It might be truncating your results because your data set is large; see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/CustomChartingConfig-JSChart#Search_result_truncation"&gt;About JSChart&lt;/A&gt; in the Splunk Data VIsualizations manual, which states:&lt;/P&gt;

&lt;P&gt;You can override the truncation limit for charts rendered with JSChart by changing the value of the charting.chart.resultTruncationLimit property on a per-chart basis. Note that this property is only available for panels rendered with JSChart. Also, be aware that increasing this truncation limit can have a negative effect on dashboard performance.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2013 23:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78714#M4261</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-03-28T23:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: how do i change jschart to flashchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78715#M4262</link>
      <description>&lt;P&gt;I would try the other method given by ChrisG first as JS is more efficient but changing the line &lt;BR /&gt;&lt;CODE&gt;&amp;lt;module name="JSChart"&amp;gt;&lt;/CODE&gt; to &lt;CODE&gt;&amp;lt;module name="FlashChart"&amp;gt;&lt;/CODE&gt; will make the panel render using flash. I also can't guarantee all the param's work identically but they should be close.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 12:13:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78715#M4262</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2013-03-29T12:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: how do i change jschart to flashchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78716#M4263</link>
      <description>&lt;P&gt;Thanks, BobM...I clear forgot to mention that...too focused on the truncation! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The Custom chart configuration reference in the Splunk Data Visualizations manual shows which properties are supported by JSChart: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/CustomChartingConfig-ChartLegend"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/CustomChartingConfig-ChartLegend&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 16:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78716#M4263</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-03-29T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: how do i change jschart to flashchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78717#M4264</link>
      <description>&lt;P&gt;yup adjusting the truncation limit fixed the issue&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 20:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-do-i-change-jschart-to-flashchart/m-p/78717#M4264</guid>
      <dc:creator>testAnalysis</dc:creator>
      <dc:date>2013-03-29T20:05:44Z</dc:date>
    </item>
  </channel>
</rss>

