<?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: DQL Bar graph width in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219506#M164</link>
    <description>&lt;P&gt;That works! Thank you so much.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 01:11:25 GMT</pubDate>
    <dc:creator>calfano</dc:creator>
    <dc:date>2023-08-02T01:11:25Z</dc:date>
    <item>
      <title>DQL Bar graph width</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219434#M159</link>
      <description>&lt;P&gt;Using DQL I have the following query for Davis problems:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch events
| filter event.kind == "DAVIS_PROBLEM"
| filter matchesValue(entity_tags, $environment)
| summarize problem_count = count(), by: {`15m interval` = bin(timestamp, 15m)}&lt;/LI-CODE&gt;&lt;P&gt;which we can display with the following visualization:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="calfano_0-1690897618125.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13264i028997D292993904/image-size/medium?v=v2&amp;amp;px=400" role="button" title="calfano_0-1690897618125.png" alt="calfano_0-1690897618125.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the width of the bar take up the "bin" interval so that I have no gaps between data points?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 13:48:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219434#M159</guid>
      <dc:creator>calfano</dc:creator>
      <dc:date>2023-08-01T13:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: DQL Bar graph width</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219502#M163</link>
      <description>&lt;P&gt;Hey Calfano,&lt;/P&gt;
&lt;P&gt;You can widen the bars by changing the timestamp field to a timeframe field. Currently the bars only represent a sliver of time even though the count is for more than that. In my first example I make them take up the whole minute slot but you can also change it to be half width or whatever width you want by messing with the length of the timeframe as seen in the second and third examples.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fin_Ubels_0-1690931447037.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13280iE1C673C23FDE246F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_0-1690931447037.png" alt="Fin_Ubels_0-1690931447037.png" /&gt;&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="Fin_Ubels_1-1690931528795.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13281i3E62D3FD07BC6955/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_1-1690931528795.png" alt="Fin_Ubels_1-1690931528795.png" /&gt;&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="Fin_Ubels_3-1690931580890.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13283i538C9121B0100D24/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Fin_Ubels_3-1690931580890.png" alt="Fin_Ubels_3-1690931580890.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 23:15:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219502#M163</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2023-08-01T23:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: DQL Bar graph width</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219506#M164</link>
      <description>&lt;P&gt;That works! Thank you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 01:11:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-Bar-graph-width/m-p/219506#M164</guid>
      <dc:creator>calfano</dc:creator>
      <dc:date>2023-08-02T01:11:25Z</dc:date>
    </item>
  </channel>
</rss>

