<?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: Is it possible to specify the width of a panel in the XML layout? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10466#M78</link>
    <description>&lt;P&gt;Nick, I'm having issues doing this with IE (tried 7 and 8).  There seems to be a &lt;CODE&gt;style="width: 50%"&lt;/CODE&gt; attribute added to the div tag (possibly via javascript?) that is overriding my CSS.  Any thoughts?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2011 19:42:28 GMT</pubDate>
    <dc:creator>Lowell</dc:creator>
    <dc:date>2011-08-24T19:42:28Z</dc:date>
    <item>
      <title>Is it possible to specify the width of a panel in the XML layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10463#M75</link>
      <description>&lt;P&gt;Is it possible to specify the width of a panel in the XML layout?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2010 06:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10463#M75</guid>
      <dc:creator>zliu</dc:creator>
      <dc:date>2010-03-23T06:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify the width of a panel in the XML layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10464#M76</link>
      <description>&lt;P&gt;Yes although not directly and this method might be a little too hands-on for many. &lt;/P&gt;

&lt;P&gt;Here's how. I'll show you how to do it with a clone of the 'search status' view that we ship in the search app.   In the third row of that view there are two panels, and we'll set the width of the first to 67% and the width of the second to 33%. &lt;/P&gt;

&lt;P&gt;NOTE: in 4.1 the two-panel row is actually the second row, not the third row so this walkthrough is a little different.  If in doubt check the actual view you have.   &lt;/P&gt;

&lt;P&gt;step 1: from the search app go to Manager and go to the Views page.  Under 'search_status' click the 'clone link'.  Call the view 'custom_width_test' or whatever you like. &lt;/P&gt;

&lt;P&gt;step 2:   in that cloned view, add a stylesheet="custom_width.css"  attribute to the root node of your view.  Because this is a simplified dashboard,  you'll add this attribute to the  tag. 
(if you're in a simplified form search you'd add it to the  tag at the top, and likewise if you're in the advanced XML you'll just add it to the  tag.) &lt;/P&gt;

&lt;P&gt;step 3:  in etc/apps/search/appserver/static/  create a file called custom_width.css 
whose contents look like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel_row3_col .layoutCell {
  width:33% !important;
}
.panel_row3_col .firstCell {
  width:67% !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That's all she wrote.  It would be a little trickier to modify the widths of a row that had 3 or more panels, but hopefully this example is what you need. &lt;/P&gt;

&lt;P&gt;n&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2010 03:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10464#M76</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-03-31T03:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify the width of a panel in the XML layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10465#M77</link>
      <description>&lt;P&gt;This is great, but how do I affect the second panel in a row with three or more panels? You say it's trickier but not impossible.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 20:38:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10465#M77</guid>
      <dc:creator>ashtam</dc:creator>
      <dc:date>2011-08-05T20:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify the width of a panel in the XML layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10466#M78</link>
      <description>&lt;P&gt;Nick, I'm having issues doing this with IE (tried 7 and 8).  There seems to be a &lt;CODE&gt;style="width: 50%"&lt;/CODE&gt; attribute added to the div tag (possibly via javascript?) that is overriding my CSS.  Any thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2011 19:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10466#M78</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2011-08-24T19:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to specify the width of a panel in the XML layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10467#M79</link>
      <description>&lt;P&gt;@nick:  Nevermind, I didn't have the &lt;CODE&gt;!important&lt;/CODE&gt; in there properly.  It works on IE now.  Doh!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2011 19:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-specify-the-width-of-a-panel-in-the-XML-layout/m-p/10467#M79</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2011-08-24T19:45:38Z</dc:date>
    </item>
  </channel>
</rss>

