<?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: Increase chart image size in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Increase-chart-image-size/m-p/66058#M16404</link>
    <description>&lt;P&gt;here's some advanced xml that works well for sizing, you could also try specifying 100% rather than pxs&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;param name="savedSearch"&amp;gt;20.2 Farm errors by asset&amp;lt;/param&amp;gt;

      &amp;lt;module name="TimeRangePicker"&amp;gt;

          &amp;lt;param name="searchWhenChanged"&amp;gt;True&amp;lt;/param&amp;gt;

          &amp;lt;param name="default"&amp;gt;Last 24 hours&amp;lt;/param&amp;gt;

          &amp;lt;module name="HiddenChartFormatter"&amp;gt;

              &amp;lt;param name="charting.chart"&amp;gt;pie&amp;lt;/param&amp;gt;
              &amp;lt;module name="EnablePreview"&amp;gt;

                  &amp;lt;param name="enable"&amp;gt;True&amp;lt;/param&amp;gt;

                  &amp;lt;param name="display"&amp;gt;False&amp;lt;/param&amp;gt;

                  &amp;lt;module name="JobStatus" /&amp;gt;

                      &amp;lt;module name="FlashChart"&amp;gt;

                          &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;

                          &amp;lt;param name="height"&amp;gt;400px&amp;lt;/param&amp;gt;

                      &amp;lt;/module&amp;gt;
                      &amp;lt;module name="ViewRedirectorLink"&amp;gt;

                          &amp;lt;param name="viewTarget"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;

                          &amp;lt;param name="popup"&amp;gt;True&amp;lt;/param&amp;gt;      

                      &amp;lt;/module&amp;gt; 
              &amp;lt;/module&amp;gt;

          &amp;lt;/module&amp;gt;

      &amp;lt;/module&amp;gt;

  &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 23 Mar 2011 17:04:15 GMT</pubDate>
    <dc:creator>fox</dc:creator>
    <dc:date>2011-03-23T17:04:15Z</dc:date>
    <item>
      <title>Increase chart image size</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-chart-image-size/m-p/66057#M16403</link>
      <description>&lt;P&gt;I have the following pie chart.  It's working fine but the chart is really small and the writing gets bunched together.  I tried to increase the image by using the height and width option but that did not work.  Is there an option that would increase the size of the chart?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;
&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;my dashboard&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;chart&amp;gt;
      &amp;lt;searchName&amp;gt;test_search&amp;lt;/searchName&amp;gt;
       &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
       &amp;lt;option name="height"&amp;gt;500px&amp;lt;/option&amp;gt;
       &amp;lt;option name="width"&amp;gt;500px&amp;lt;/option&amp;gt;
       &amp;lt;title&amp;gt;my chart&amp;lt;/title&amp;gt;
    &amp;lt;/chart&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Mar 2011 10:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-chart-image-size/m-p/66057#M16403</guid>
      <dc:creator>bsteelz93</dc:creator>
      <dc:date>2011-03-23T10:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increase chart image size</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Increase-chart-image-size/m-p/66058#M16404</link>
      <description>&lt;P&gt;here's some advanced xml that works well for sizing, you could also try specifying 100% rather than pxs&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;param name="savedSearch"&amp;gt;20.2 Farm errors by asset&amp;lt;/param&amp;gt;

      &amp;lt;module name="TimeRangePicker"&amp;gt;

          &amp;lt;param name="searchWhenChanged"&amp;gt;True&amp;lt;/param&amp;gt;

          &amp;lt;param name="default"&amp;gt;Last 24 hours&amp;lt;/param&amp;gt;

          &amp;lt;module name="HiddenChartFormatter"&amp;gt;

              &amp;lt;param name="charting.chart"&amp;gt;pie&amp;lt;/param&amp;gt;
              &amp;lt;module name="EnablePreview"&amp;gt;

                  &amp;lt;param name="enable"&amp;gt;True&amp;lt;/param&amp;gt;

                  &amp;lt;param name="display"&amp;gt;False&amp;lt;/param&amp;gt;

                  &amp;lt;module name="JobStatus" /&amp;gt;

                      &amp;lt;module name="FlashChart"&amp;gt;

                          &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;

                          &amp;lt;param name="height"&amp;gt;400px&amp;lt;/param&amp;gt;

                      &amp;lt;/module&amp;gt;
                      &amp;lt;module name="ViewRedirectorLink"&amp;gt;

                          &amp;lt;param name="viewTarget"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;

                          &amp;lt;param name="popup"&amp;gt;True&amp;lt;/param&amp;gt;      

                      &amp;lt;/module&amp;gt; 
              &amp;lt;/module&amp;gt;

          &amp;lt;/module&amp;gt;

      &amp;lt;/module&amp;gt;

  &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Mar 2011 17:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Increase-chart-image-size/m-p/66058#M16404</guid>
      <dc:creator>fox</dc:creator>
      <dc:date>2011-03-23T17:04:15Z</dc:date>
    </item>
  </channel>
</rss>

