<?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 Is it possible to split panels on Dashboard into 3rds? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710363#M58118</link>
    <description>&lt;P&gt;Dashboard studio gives me the ability to drop panels and and move them around, which I love.&amp;nbsp; I can drag a panel on top of another and quickly create two equal size panels, each 50% of the size of the dashboard.&amp;nbsp; If I drag a 3rd panel into the same area though, I get three panels, one of which is 50% of the screen, and the other two are 25% each.&amp;nbsp; Is it possible to get them to be three equal sizes (~33%) or is my only option to fiddle with the sliders a bit and settle for good enough?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 17:34:22 GMT</pubDate>
    <dc:creator>DATT</dc:creator>
    <dc:date>2025-01-31T17:34:22Z</dc:date>
    <item>
      <title>Is it possible to split panels on Dashboard into 3rds?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710363#M58118</link>
      <description>&lt;P&gt;Dashboard studio gives me the ability to drop panels and and move them around, which I love.&amp;nbsp; I can drag a panel on top of another and quickly create two equal size panels, each 50% of the size of the dashboard.&amp;nbsp; If I drag a 3rd panel into the same area though, I get three panels, one of which is 50% of the screen, and the other two are 25% each.&amp;nbsp; Is it possible to get them to be three equal sizes (~33%) or is my only option to fiddle with the sliders a bit and settle for good enough?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:34:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710363#M58118</guid>
      <dc:creator>DATT</dc:creator>
      <dc:date>2025-01-31T17:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split panels on Dashboard into 3rds?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710364#M58119</link>
      <description>&lt;P&gt;If you edit the source of the dashboard you should be able to find a section called "layout" within the JSON, as below.&amp;nbsp;&lt;BR /&gt;Adjust the "w" value for each of your visualization to 1/3 of the "width" value (in my case 1440/3 = 480).&lt;BR /&gt;Set the second viz "x" position to 480 and the third viz "x" position to 2x480 (960) and this should give you an even 1/3 split.&lt;/P&gt;&lt;P&gt;It doesnt look like there is an easier way (ie it "snapping" to 1/3 grid size) unfortunately.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"layout": {
        "type": "grid",
        "options": {
            "width": 1440,
            "height": 960,
            "display": "auto"
        },
        "structure": [
            {
                "item": "viz_NFlIOSoJ",
                "type": "block",
                "position": {
                    "x": 0,
                    "y": 0,
                    "w": 480,
                    "h": 250
                }
            },
            {
                "item": "viz_ZN3u7AG0",
                "type": "block",
                "position": {
                    "x": 480,
                    "y": 0,
                    "w": 480,
                    "h": 250
                }
            },
            {
                "item": "viz_6G8sJ2GL",
                "type": "block",
                "position": {
                    "x": 960,
                    "y": 0,
                    "w": 480,
                    "h": 250
                }
            }
        ],
        "globalInputs": [
            "input_global_trp"
        ]
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; I hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:44:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710364#M58119</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-01-31T17:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split panels on Dashboard into 3rds?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710366#M58120</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1738345500665.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34326iF1FEC44AEABFD5DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1738345500665.png" alt="livehybrid_0-1738345500665.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710366#M58120</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-01-31T17:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to split panels on Dashboard into 3rds?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710662#M58149</link>
      <description>&lt;P&gt;This worked for me on a fresh dashboard, thank you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this on an existing dashboard though and quickly found out that if you get the numbers even off a little, you end up hiding/deleting (I wasn't sure what actually happened) other panels elsewhere on the dashboard - It's like they get pushed off into the ether.&amp;nbsp; I ended up having to rebuild the dashboard from scratch &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A friendly heads-up for anyone that comes along in the future!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 02:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-split-panels-on-Dashboard-into-3rds/m-p/710662#M58149</guid>
      <dc:creator>DATT</dc:creator>
      <dc:date>2025-02-05T02:13:56Z</dc:date>
    </item>
  </channel>
</rss>

