<?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: Change layoutpanel width in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78969#M4294</link>
    <description>&lt;P&gt;Thanks for the solution, bbingham! However, it did not work for me. Is there any more settings needed in the css file? &lt;/P&gt;

&lt;P&gt;My goal is to put at least 10 panels (filler gauge for CPU Utilisation) on one row. I am using the following in the css file:&lt;/P&gt;

&lt;P&gt;.panel_row1_col .layoutCell {&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;BR /&gt;
.panel_row1_col .firstCell {&lt;BR /&gt;&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;BR /&gt;
.panel_row1_col .secondCell {&lt;BR /&gt;&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;BR /&gt;
........&lt;BR /&gt;
.panel_row1_col .ninthCell {&lt;BR /&gt;&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Is this the right way to accomplish this? Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:08:24 GMT</pubDate>
    <dc:creator>benwu63</dc:creator>
    <dc:date>2020-09-28T12:08:24Z</dc:date>
    <item>
      <title>Change layoutpanel width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78966#M4291</link>
      <description>&lt;P&gt;I have a dashboard with 3 graphs on it.  &lt;/P&gt;

&lt;P&gt;The main graph I have in panel_row1_col1 layout panel, and it covers the top half of the screen.&lt;/P&gt;

&lt;P&gt;The other two graphs are sharing a row - panel_row2_col1 &amp;amp; panel_row2_col2.  This means that they get 50% of the row each.  I'd like for panel_row2_col1 to get about 25% of the screen width, and panel_row2_col2 to get about 75% of the screen's width.  I've tried using _grpX, but I still end up with things being split 50/50.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78966#M4291</guid>
      <dc:creator>sf_user_199</dc:creator>
      <dc:date>2020-09-28T09:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change layoutpanel width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78967#M4292</link>
      <description>&lt;P&gt;You can control the sizes through css.  I normally create a unique dashboard_size.css file, and then adjust the panel groups in that css file.&lt;/P&gt;

&lt;P&gt;Make sure to include the dashboard_size.css file in your xml.&lt;/P&gt;

&lt;P&gt;xml include:&lt;BR /&gt;
~/default/data/ui/views/dashboard.xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view autoCancelInterval="90" isVisible="true" onunloadCancelJobs="true" refresh="-1" template="dashboard.html" stylesheet="dashboard_size.css"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;~/appserver/static/dashboard_size.css&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.panel_row1_col .layoutCell {
        width:210px !important;
}
.panel_row1_col .firstCell {   
        width:500px !important;
}
.panel_row5_col .layoutCell {
        width:330px !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Sep 2011 22:41:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78967#M4292</guid>
      <dc:creator>bbingham</dc:creator>
      <dc:date>2011-09-20T22:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change layoutpanel width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78968#M4293</link>
      <description>&lt;P&gt;hi i have a question. do you know how to change the width of the second panel in a row??&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 03:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78968#M4293</guid>
      <dc:creator>xisura</dc:creator>
      <dc:date>2011-09-26T03:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change layoutpanel width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78969#M4294</link>
      <description>&lt;P&gt;Thanks for the solution, bbingham! However, it did not work for me. Is there any more settings needed in the css file? &lt;/P&gt;

&lt;P&gt;My goal is to put at least 10 panels (filler gauge for CPU Utilisation) on one row. I am using the following in the css file:&lt;/P&gt;

&lt;P&gt;.panel_row1_col .layoutCell {&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;BR /&gt;
.panel_row1_col .firstCell {&lt;BR /&gt;&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;BR /&gt;
.panel_row1_col .secondCell {&lt;BR /&gt;&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;BR /&gt;
........&lt;BR /&gt;
.panel_row1_col .ninthCell {&lt;BR /&gt;&lt;BR /&gt;
        width:10% !important;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Is this the right way to accomplish this? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78969#M4294</guid>
      <dc:creator>benwu63</dc:creator>
      <dc:date>2020-09-28T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change layoutpanel width</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78970#M4295</link>
      <description>&lt;P&gt;In your case, you should use 1 panel, and then adjust the css for each "div" of the gauge to have a float: left;, so view source on your panel, and you'll see id's for your gauges, similar to: &lt;BR /&gt;
    id="SingleValue_0_14_2"&lt;/P&gt;

&lt;P&gt;you'll then take all your guages ids, and float them:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.SingleValue_0_14_1 .SingleValue_0_14_2 .SingleValue_0_14_3 {
    float:left;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you really want "10" panels (gray chrome between them), you'll have to make a new template, but I think you'll find 10 gauges in 1 panel will work for your use case.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Change-layoutpanel-width/m-p/78970#M4295</guid>
      <dc:creator>bbingham</dc:creator>
      <dc:date>2020-09-28T12:08:27Z</dc:date>
    </item>
  </channel>
</rss>

