<?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 Adjust size of panels on a particular dashboard instead of at the app level in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91479#M4977</link>
    <description>&lt;P&gt;I would like to create a dashboard (using advanced xml) that has more than two panels (singlevalue charts and pie charts) per row. I have added this to my application.css file on my app:&lt;/P&gt;

&lt;P&gt;.panel_row2_col .layoutCell {
    width: 33% !important;
}&lt;/P&gt;

&lt;P&gt;This works but that will mean that every dashboard in the app will use this layout and I don't want that. Is there a way to specify the panel layout at the dashboard level? I've played with the "width" parameter inside "Flashchart" but that changes the size of the pie chart or singlevalue not the panel itself.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2010 05:36:44 GMT</pubDate>
    <dc:creator>snowmizer</dc:creator>
    <dc:date>2010-11-18T05:36:44Z</dc:date>
    <item>
      <title>Adjust size of panels on a particular dashboard instead of at the app level</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91479#M4977</link>
      <description>&lt;P&gt;I would like to create a dashboard (using advanced xml) that has more than two panels (singlevalue charts and pie charts) per row. I have added this to my application.css file on my app:&lt;/P&gt;

&lt;P&gt;.panel_row2_col .layoutCell {
    width: 33% !important;
}&lt;/P&gt;

&lt;P&gt;This works but that will mean that every dashboard in the app will use this layout and I don't want that. Is there a way to specify the panel layout at the dashboard level? I've played with the "width" parameter inside "Flashchart" but that changes the size of the pie chart or singlevalue not the panel itself.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 05:36:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91479#M4977</guid>
      <dc:creator>snowmizer</dc:creator>
      <dc:date>2010-11-18T05:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust size of panels on a particular dashboard instead of at the app level</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91480#M4978</link>
      <description>&lt;P&gt;Each dashboard using Advanced XML can specify its own CSS.&lt;/P&gt;

&lt;P&gt;Just add a new stylesheet in appserver/static, and set &lt;CODE&gt;stylesheet=xxx.css&lt;/CODE&gt; in your &lt;CODE&gt;&amp;lt;view...&lt;/CODE&gt; tag at the start of your dashboard.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 05:40:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91480#M4978</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-11-18T05:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust size of panels on a particular dashboard instead of at the app level</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91481#M4979</link>
      <description>&lt;P&gt;There's two methods you can use, and which one depends on your preference and on how many custom views you have. &lt;/P&gt;

&lt;P&gt;1) application.css, but with .splView-my_view_name prefix &lt;/P&gt;

&lt;P&gt;same as you have, but do &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.splView-my_view_name .panel_row2_col .layoutCell { 
  width:33% !important; 
} 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2) custom css file on the app itself. If you put stylesheet=foo.css in the view tag, it will look for a foo.css file ie: etc/apps//appserver/static/foo.css&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 07:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91481#M4979</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-11-18T07:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust size of panels on a particular dashboard instead of at the app level</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91482#M4980</link>
      <description>&lt;P&gt;Thanks. This worked great.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2010 22:30:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Adjust-size-of-panels-on-a-particular-dashboard-instead-of-at/m-p/91482#M4980</guid>
      <dc:creator>snowmizer</dc:creator>
      <dc:date>2010-11-19T22:30:59Z</dc:date>
    </item>
  </channel>
</rss>

