<?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 Column/Row Span on dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-Row-Span-on-dashboard/m-p/20826#M741</link>
    <description>&lt;P&gt;Hey everyone. I am just trying to find out if its possible to make a chart span multiple columns or rows in a dashboard. I am just now toying with interactive dashboards and to make the layout look nicer I'd like to move things around a bit more. Any suggestions would be appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2011 14:47:23 GMT</pubDate>
    <dc:creator>msarro</dc:creator>
    <dc:date>2011-06-01T14:47:23Z</dc:date>
    <item>
      <title>Column/Row Span on dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-Row-Span-on-dashboard/m-p/20826#M741</link>
      <description>&lt;P&gt;Hey everyone. I am just trying to find out if its possible to make a chart span multiple columns or rows in a dashboard. I am just now toying with interactive dashboards and to make the layout look nicer I'd like to move things around a bit more. Any suggestions would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-Row-Span-on-dashboard/m-p/20826#M741</guid>
      <dc:creator>msarro</dc:creator>
      <dc:date>2011-06-01T14:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Column/Row Span on dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Column-Row-Span-on-dashboard/m-p/20827#M742</link>
      <description>&lt;P&gt;You can't specify a column or row span, but you can influence the layout with custom CSS. To do so create a file called &lt;CODE&gt;application.css&lt;/CODE&gt; in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;your app&amp;gt;/appserver/static&lt;/CODE&gt; and put in those custom styles you want.&lt;/P&gt;

&lt;P&gt;It's easily possible to target CSS rules for specific views and elements/modules wihin those views. Every view has a unique class in it's body tag you can reference and every module has it's own unique class as well. And you can refernce the layout row/column element by their CSS class.&lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.splView-mydemoview .panel_row2_col .layoutCell { width: 25%; }
.splView-mydemoview .panel_row2_col .firstCell { width: 50% !important; }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can explore and play with those styles using tools like &lt;A href="http://getfirebug.com/"&gt;Firebug&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Column-Row-Span-on-dashboard/m-p/20827#M742</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-06-01T17:18:49Z</dc:date>
    </item>
  </channel>
</rss>

