<?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: How to reduce space between 2 panels aligned vertically ? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494925#M33071</link>
    <description>&lt;P&gt;@niketnilay - below is the XML code. If you also try to put the horse shoe meter and then single value panel below each other for any random examples, you should be able to simulate the issue. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel id="overall_u"&amp;gt;
      &amp;lt;title&amp;gt;Current Overall Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="25" | table count | rename count as U-Space&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;260&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;small&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
      &amp;lt;viz type="status_indicator_app.status_indicator"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval total="2200 U / 3200 U" | table total&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.colorBy"&amp;gt;static_color&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.fillTarget"&amp;gt;text&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.fixIcon"&amp;gt;info-circle&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.icon"&amp;gt;fix_icon&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.precision"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.showOption"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.staticColor"&amp;gt;#fed8b1&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.useColors"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.useThousandSeparator"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;!--option name="trellis.size"&amp;gt;medium&amp;lt;/option--&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Current PDU Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="37.0" | table count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;255&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Current Network Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="64" | table count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="image_overlay_panel"&amp;gt;
      &amp;lt;title&amp;gt;Overall Used (%)&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
              &amp;lt;div class="ingestion_pipeline"&amp;gt;

                  &amp;lt;div class="image"/&amp;gt;
                  &amp;lt;/div&amp;gt;
                &amp;lt;div class="network"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$network$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="system"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$system$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="planned"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$planned$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="partner"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$partner$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                 &amp;lt;div class="waste"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$waste$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="free"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$free$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 May 2020 17:05:24 GMT</pubDate>
    <dc:creator>pgadhari</dc:creator>
    <dc:date>2020-05-15T17:05:24Z</dc:date>
    <item>
      <title>How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494920#M33066</link>
      <description>&lt;P&gt;I have 2 panels - one with Horseshoe meter and the other with status indicator. Horseshoe meter shows value in percentage, while status indicator shows in number which is detailed. I have aligned both the panels vertically, but there is some space between both the panels, and when i try to reduce the height of the panel, the horseshoe meter looks small. Also, in that row I have other panels which shows some % utilization of certain metrics. So, I want to reduce the gap between the first horseshoe meter and its corresponding status indicator value panel. I dont want to disturb the height of other panels and also this horseshoe meter panel. How can I reduce the space marked as "waste" in the image.&lt;/P&gt;
&lt;P&gt;I want to reduce the space which is marked in red vertical arrow ?&lt;/P&gt;
&lt;P&gt;I have attached an image for better understanding. Please let me know how it can be achieved ?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8870i64572FA199485338/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>Sat, 06 Jun 2020 00:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494920#M33066</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-06T00:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494921#M33067</link>
      <description>&lt;P&gt;@pgadhari &lt;/P&gt;

&lt;P&gt;try with html code to manage the size of panels , &lt;/P&gt;

&lt;P&gt;...&lt;/P&gt;

&lt;H1&gt;panel {&lt;/H1&gt;

&lt;P&gt;font-family: arial, sans-serif;&lt;BR /&gt;
  border-collapse: collapse;&lt;BR /&gt;
  width: 100%;&lt;BR /&gt;
}&lt;BR /&gt;
...&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 03:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494921#M33067</guid>
      <dc:creator>rkyadav</dc:creator>
      <dc:date>2020-05-08T03:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494922#M33068</link>
      <description>&lt;P&gt;@rkyadav - no, the collapse is not working. I tried giving the id to that panel, but the above css does not make any changes. The gap is still the same. Also, I want to reduce the gap between 2 VIZs that are aligned vertically in the same panel. Please see the image I have attached ?&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 08:55:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494922#M33068</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-09T08:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494923#M33069</link>
      <description>&lt;P&gt;can someone provide solution on this ?&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 09:22:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494923#M33069</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-10T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494924#M33070</link>
      <description>&lt;P&gt;@pgadhari one option would be to use &lt;A href="https://splunkbase.splunk.com/app/4710/"&gt;Splunk Dashboard App (Beta)&lt;/A&gt; from Splunkbase if you want pixel perfect image layout and complete control of the grid.&lt;/P&gt;

&lt;P&gt;If you want this to be fixed within Simple XML Dashboard, you will have to provide your dashboard code with the panel and viz structure that you have used and will have to mask/anonymize any sensitive information.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 10:02:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494924#M33070</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-11T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494925#M33071</link>
      <description>&lt;P&gt;@niketnilay - below is the XML code. If you also try to put the horse shoe meter and then single value panel below each other for any random examples, you should be able to simulate the issue. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel id="overall_u"&amp;gt;
      &amp;lt;title&amp;gt;Current Overall Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="25" | table count | rename count as U-Space&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;260&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;small&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
      &amp;lt;viz type="status_indicator_app.status_indicator"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval total="2200 U / 3200 U" | table total&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;50&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.colorBy"&amp;gt;static_color&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.fillTarget"&amp;gt;text&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.fixIcon"&amp;gt;info-circle&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.icon"&amp;gt;fix_icon&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.precision"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.showOption"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.staticColor"&amp;gt;#fed8b1&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.useColors"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="status_indicator_app.status_indicator.useThousandSeparator"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;!--option name="trellis.size"&amp;gt;medium&amp;lt;/option--&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Current PDU Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="37.0" | table count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;255&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Current Network Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="64" | table count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="image_overlay_panel"&amp;gt;
      &amp;lt;title&amp;gt;Overall Used (%)&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
              &amp;lt;div class="ingestion_pipeline"&amp;gt;

                  &amp;lt;div class="image"/&amp;gt;
                  &amp;lt;/div&amp;gt;
                &amp;lt;div class="network"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$network$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="system"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$system$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="planned"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$planned$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="partner"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$partner$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                 &amp;lt;div class="waste"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$waste$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div class="free"&amp;gt;
                  &amp;lt;a href="" target="_blank"&amp;gt;$free$&amp;lt;/a&amp;gt;
                &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 May 2020 17:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494925#M33071</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-15T17:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494926#M33072</link>
      <description>&lt;P&gt;Can you try the following?&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/8869i25EC67AF6CF02F9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard theme="dark"&amp;gt;
  &amp;lt;label&amp;gt;Panel layout alignment&amp;lt;/label&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;|makeresults | eval total="2200 U / 3200 U" | table total
    &amp;lt;/query&amp;gt;
    &amp;lt;done&amp;gt;
      &amp;lt;set token="tokTotal"&amp;gt;$result.total$&amp;lt;/set&amp;gt;
    &amp;lt;/done&amp;gt;
    &amp;lt;earliest&amp;gt;-1s&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel id="overall_u"&amp;gt;
      &amp;lt;title&amp;gt;Current Overall Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="25" | table count | rename count as U-Space&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;117&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;small&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
      &amp;lt;html id="html_footer_stats"&amp;gt;
        &amp;lt;style&amp;gt;
          #html_footer_stats .panel-body.html{
            padding:0px;
          }
        &amp;lt;/style&amp;gt;
        &amp;lt;div style="display:flex;height:20px;justify-content: center;"&amp;gt;
          &amp;lt;div style="padding-right:10px"&amp;gt;&amp;lt;i class="icon-info"&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/div&amp;gt;
          &amp;lt;div&amp;gt;$tokTotal$&amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Current PDU Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="37.0" | table count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;118&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Current Network Used&amp;lt;/title&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval count="64" | table count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;118&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.backgroundColor"&amp;gt;#212527&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.caption"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.dialColor"&amp;gt;#D0D3D4&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeColor"&amp;gt;#b44441&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxRangeThreshold"&amp;gt;80&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.maxValue"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeColor"&amp;gt;#fbcd2f&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.midRangeThreshold"&amp;gt;60&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minRangeColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.minValue"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.thresholdStyle"&amp;gt;percentage&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.useRangemap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;option name="horseshoe_meter_app.horseshoe_meter.valueColor"&amp;gt;#53a051&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="image_overlay_panel"&amp;gt;
      &amp;lt;title&amp;gt;Overall Used (%)&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
         &amp;lt;div class="ingestion_pipeline"&amp;gt;
           &amp;lt;div class="image"/&amp;gt;
        &amp;lt;/div&amp;gt;
         &amp;lt;div class="network"&amp;gt;
           &amp;lt;a href="" target="_blank"&amp;gt;$network$&amp;lt;/a&amp;gt;
         &amp;lt;/div&amp;gt;
         &amp;lt;div class="system"&amp;gt;
           &amp;lt;a href="" target="_blank"&amp;gt;$system$&amp;lt;/a&amp;gt;
         &amp;lt;/div&amp;gt;
         &amp;lt;div class="planned"&amp;gt;
           &amp;lt;a href="" target="_blank"&amp;gt;$planned$&amp;lt;/a&amp;gt;
         &amp;lt;/div&amp;gt;
         &amp;lt;div class="partner"&amp;gt;
           &amp;lt;a href="" target="_blank"&amp;gt;$partner$&amp;lt;/a&amp;gt;
         &amp;lt;/div&amp;gt;
          &amp;lt;div class="waste"&amp;gt;
           &amp;lt;a href="" target="_blank"&amp;gt;$waste$&amp;lt;/a&amp;gt;
         &amp;lt;/div&amp;gt;
         &amp;lt;div class="free"&amp;gt;
           &amp;lt;a href="" target="_blank"&amp;gt;$free$&amp;lt;/a&amp;gt;
         &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 May 2020 13:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494926#M33072</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-16T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce space between 2 panels aligned vertically ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494927#M33073</link>
      <description>&lt;P&gt;Yes its working thanks. &lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 11:26:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-reduce-space-between-2-panels-aligned-vertically/m-p/494927#M33073</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-17T11:26:44Z</dc:date>
    </item>
  </channel>
</rss>

