<?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 Dashboard Studio - changing layout modes in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686352#M56179</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I set up a dashboard with ABSOLUTE mode but want to change it to GRID mode. Is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am asking because I created a bunch of tables (6) and only 3 of them are showing at the top. The ones at the bottom aren't. I think it has to do with a GRID line around the top 3 and the bottom 3 aren't in that grid line. I need to be able to show all 6 tables. Any help?&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 16:10:29 GMT</pubDate>
    <dc:creator>Elupt01</dc:creator>
    <dc:date>2024-05-03T16:10:29Z</dc:date>
    <item>
      <title>Dashboard Studio - changing layout modes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686352#M56179</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I set up a dashboard with ABSOLUTE mode but want to change it to GRID mode. Is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am asking because I created a bunch of tables (6) and only 3 of them are showing at the top. The ones at the bottom aren't. I think it has to do with a GRID line around the top 3 and the bottom 3 aren't in that grid line. I need to be able to show all 6 tables. Any help?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 16:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686352#M56179</guid>
      <dc:creator>Elupt01</dc:creator>
      <dc:date>2024-05-03T16:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio - changing layout modes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686418#M56182</link>
      <description>&lt;P&gt;You might be able to change the layout type in the code. However, the coordinates and other configuration parameters need to be adjusted based on the dimensions.&lt;/P&gt;&lt;P&gt;Make a clone/copy of the dashboard to try so that original dashboards are not affected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"layout": {
        "type": "grid",
        "options": {
            "width": 1440,
            "height": 960
        },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having said that, absolute layout type gives you lot of flexibility .&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/DashStudio/Layouts" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/DashStudio/Layouts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In your case, why cant you add all the tables into the canvas? The size of the canvas can be changes as you might have already explored.&lt;/P&gt;&lt;P&gt;If you could share the dashboard code, probably we get a better idea about the actual situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 14:03:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686418#M56182</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2024-05-04T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio - changing layout modes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686571#M56199</link>
      <description>&lt;P&gt;that is the main problem. The current panel/section won't let me make it bigger so i can add the other sections to it ... So I have 6 tables ... 3 tables only show because the 3 others are under the selection and I haven't been able to figure out how to make the selection bigger so i can add the 3 others.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686571#M56199</guid>
      <dc:creator>Elupt01</dc:creator>
      <dc:date>2024-05-06T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio - changing layout modes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686638#M56201</link>
      <description>&lt;P&gt;By selection, if you meant the canvas, it can be adjusted by changing&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="renjith_nair_0-1715050532452.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30710iC2E8A3319E747319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="renjith_nair_0-1715050532452.png" alt="renjith_nair_0-1715050532452.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or directly in the code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"layout": {
		"type": "absolute",
		"options": {
			"width": 1440,
			"height": 960
		},
		"structure": [],
		"globalInputs": [
			"input_global_trp"
		]
	},&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 May 2024 02:55:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-changing-layout-modes/m-p/686638#M56201</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2024-05-07T02:55:54Z</dc:date>
    </item>
  </channel>
</rss>

