<?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 Pro Tip - Dashboard JSON tricks in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/210981#M828</link>
    <description>&lt;P&gt;There are things that can be done in Dashboards through the JSON definition, that cannot be done through the UI. For an ASCII art need, I needed that a vertical tile be as slim as possible. Through the UI, the minimal width of a tile is 4 units, and in JSON appeared as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      "bounds": {
        "top": 722,
        "left": 1216,
        "width": 152,
        "height": 152
      },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing the JSON definition to the one below, yielded a tile half the width:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      "bounds": {
        "top": 722,
        "left": 1216,
        "width": 76,
        "height": 152
      },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know other Dashboard JSON tricks, post them below!&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 06:26:12 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2023-05-30T06:26:12Z</dc:date>
    <item>
      <title>Pro Tip - Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/210981#M828</link>
      <description>&lt;P&gt;There are things that can be done in Dashboards through the JSON definition, that cannot be done through the UI. For an ASCII art need, I needed that a vertical tile be as slim as possible. Through the UI, the minimal width of a tile is 4 units, and in JSON appeared as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      "bounds": {
        "top": 722,
        "left": 1216,
        "width": 152,
        "height": 152
      },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing the JSON definition to the one below, yielded a tile half the width:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      "bounds": {
        "top": 722,
        "left": 1216,
        "width": 76,
        "height": 152
      },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you know other Dashboard JSON tricks, post them below!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 06:26:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/210981#M828</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-05-30T06:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/211075#M830</link>
      <description>&lt;P&gt;I have done similar trick to allow Single Value tiles to become as tiny as possible. They can be shrinked into 38x38 which is 1x1 in the GUI. This enable you to make very simple and small traffic light indicators to anything that can be resolved in Single Value graphs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Absolutely great if you need a lo&lt;SPAN&gt;t of input covered in smaller areas!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ececffa9-33d2-479e-8961-054c5f6d8aab.jpg" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11396iBEF3535EBA86B35A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ececffa9-33d2-479e-8961-054c5f6d8aab.jpg" alt="ececffa9-33d2-479e-8961-054c5f6d8aab.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 10:33:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/211075#M830</guid>
      <dc:creator>tobiasmarkvart</dc:creator>
      <dc:date>2023-05-01T10:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Tip - Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/211083#M831</link>
      <description>&lt;P&gt;This is a Pro Tip!!!&amp;nbsp; I added Pro Tip to the subject for people to easily find it.&amp;nbsp; Great job on this.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 11:44:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/211083#M831</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2023-05-01T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Tip - Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/211099#M832</link>
      <description>&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Yes for some people, they are forgetting play with Json.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 13:41:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/211099#M832</guid>
      <dc:creator>Malaik</dc:creator>
      <dc:date>2023-05-01T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/253456#M1343</link>
      <description>&lt;P&gt;Thanks alot! but when resize these tiles in JSON they become un draggable ? is there away to avoid that?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 21:06:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/253456#M1343</guid>
      <dc:creator>bdahan</dc:creator>
      <dc:date>2024-08-14T21:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/253460#M1344</link>
      <description>&lt;P&gt;Since i made this, there's been implemented a few things that makes it harder to work with. Sadly I haven't found a way to move them after they've been shrinked - so you also have to plan for where they should be placed.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 06:58:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/253460#M1344</guid>
      <dc:creator>tobiasmarkvart</dc:creator>
      <dc:date>2024-08-15T06:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard JSON tricks</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/253477#M1345</link>
      <description>&lt;P&gt;I appreciate your quick response! at least you found us solution.. I had tried finding JSON attribute/definition for TILES like "dragged=enable" but no LUCK &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 12:55:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/Pro-Tip-Dashboard-JSON-tricks/m-p/253477#M1345</guid>
      <dc:creator>bdahan</dc:creator>
      <dc:date>2024-08-15T12:55:06Z</dc:date>
    </item>
  </channel>
</rss>

