<?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: Move Trellis Chart Components Closer Together in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/561717#M46185</link>
    <description>&lt;P&gt;I think I got it. added a space between the id and the class:&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;
  #customtrellis .viz-panel {
    width: 16% !important;
  }
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 15:53:29 GMT</pubDate>
    <dc:creator>timpacl</dc:creator>
    <dc:date>2021-08-02T15:53:29Z</dc:date>
    <item>
      <title>Move Trellis Chart Components Closer Together</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/313685#M20102</link>
      <description>&lt;P&gt;I have a trellis chart in a panel on a dashboard that is a collection of pie charts.  &lt;/P&gt;

&lt;P&gt;I need to add a new pie chart, but doing so brings up a scroll wheel on the side of the panel and doesn't show the 7th chart unless the user scrolls. Project requirements dictate that I cannot expand the panel or make the user scroll for the information.&lt;/P&gt;

&lt;P&gt;I want to move the pie charts closer together within the trellis, so that more charts can fit.  I probably need to decrease the horizontal spacing of the pie charts within the trellis, but I don't know how.&lt;/P&gt;

&lt;P&gt;Does anyone know how to do that?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3220i3E12772D48E6DBAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 17:41:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/313685#M20102</guid>
      <dc:creator>ksextonmacb</dc:creator>
      <dc:date>2017-07-14T17:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Move Trellis Chart Components Closer Together</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/313686#M20103</link>
      <description>&lt;P&gt;For the simple case I played with, I was able to accomplish this using some CSS in SimpleXML. Try adding this to your SimpleXML before the closing &lt;CODE&gt;&amp;lt;dashboard&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; element.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row depends="$cssHidden$"&amp;gt;
    &amp;lt;html&amp;gt;
      &amp;lt;style&amp;gt;
        .viz-panel {
          width: 200px !important;
        }
      &amp;lt;/style&amp;gt;
    &amp;lt;/html&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Jul 2017 19:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/313686#M20103</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-07-14T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Move Trellis Chart Components Closer Together</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/313687#M20104</link>
      <description>&lt;P&gt;That was the variable I needed, thanks.  &lt;/P&gt;

&lt;P&gt;200px actually pushed things farther apart; I ended up with 110px.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 19:22:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/313687#M20104</guid>
      <dc:creator>ksextonmacb</dc:creator>
      <dc:date>2017-07-14T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Move Trellis Chart Components Closer Together</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/561712#M46184</link>
      <description>&lt;P&gt;What if I have multiple trellis panels and I only want the spacing custom on one or I want different custom spacing on each?&lt;/P&gt;&lt;P&gt;I tried adding "id=customtrellis" to the panel and setting:&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;
  #customtrellis.viz-panel {
    width: 16% !important;
  }
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;That doesn't work. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 15:29:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/561712#M46184</guid>
      <dc:creator>timpacl</dc:creator>
      <dc:date>2021-08-02T15:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Move Trellis Chart Components Closer Together</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/561717#M46185</link>
      <description>&lt;P&gt;I think I got it. added a space between the id and the class:&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;
  #customtrellis .viz-panel {
    width: 16% !important;
  }
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 15:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Move-Trellis-Chart-Components-Closer-Together/m-p/561717#M46185</guid>
      <dc:creator>timpacl</dc:creator>
      <dc:date>2021-08-02T15:53:29Z</dc:date>
    </item>
  </channel>
</rss>

