<?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: Side by Side Bar Chart - Using Deneb - Using a common Y axis in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3533827#M8332</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;I've tried to change the height to be variable, so that the bars fill the allotted space, but they remain a fixed height.&amp;nbsp; I've tried to put a height declaration in "spec" as well as the "height" overall, but I cannot seem to get anything to work.&amp;nbsp; Where can I make the height so that I either it is dynamic with however side the user uses in the GUI OR set it to a fixed size and then use a formula so that the bar height relates to the number of categories?&amp;nbsp; Do you have any ideas?&amp;nbsp; You appear to be superhuman in your VegaLite!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://kauffman.box.com/s/3ypt201mq20hmycva1g3jn28ugw1bre7" target="_blank"&gt;https://kauffman.box.com/s/3ypt201mq20hmycva1g3jn28ugw1bre7&lt;/A&gt;&amp;nbsp; Report: SideBySideBarSharedY&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 20:30:06 GMT</pubDate>
    <dc:creator>dkernen2</dc:creator>
    <dc:date>2023-11-14T20:30:06Z</dc:date>
    <item>
      <title>Side by Side Bar Chart - Using Deneb - Using a common Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3497049#M8198</link>
      <description>&lt;P&gt;I have created an HCONCAT in Deneb of two bar charts, but I need them to utilize the same Y axis.&amp;nbsp; The bar charts should use measures.&amp;nbsp; I'd like to be able to have the same axis so that it could be sorted, and both charts would sort the same.&amp;nbsp; It's possible that some of the categories could have null values for one of the measures, which is why it's important that they share the same axis.&amp;nbsp; I've tried to bring the y encoding out of the layers/facets but I've not found the solution.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have created a small sample dataset.&amp;nbsp;&amp;nbsp;&lt;A href="https://kauffman.box.com/s/4dble8w64y9nfeakpirsyjnrs1ogehe7" target="_blank"&gt;https://kauffman.box.com/s/4dble8w64y9nfeakpirsyjnrs1ogehe7&lt;/A&gt;&amp;nbsp; Does anyone have any tips to make this possible?&amp;nbsp; Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;@deneb@sidebyside&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 17:21:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3497049#M8198</guid>
      <dc:creator>dkernen2</dc:creator>
      <dc:date>2023-10-25T17:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Side by Side Bar Chart - Using Deneb - Using a common Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3497206#M8199</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/422387"&gt;@dkernen2&lt;/a&gt;,&amp;nbsp;thank you for the .pbix, all the detailed info, and the tag. Let me know if this is what you're after:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changes:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Added &lt;A href="https://vega.github.io/vega-lite/docs/resolve.html" target="_self"&gt;resolve to make the y-axis and y-scale shared&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Set the second chart's y-axis axis to null&lt;/LI&gt;
&lt;LI&gt;(optional) increased the spacing between the charts from 20 (default) to 40
&lt;DIV id="tinyMceEditor_8251de6b0ed94fgiammariam_0" class=""&gt;&amp;nbsp;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="giammariam_2-1698259609895.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/986620i83C6BA025FC6C171/image-size/medium?v=v2&amp;amp;px=400" role="button" title="giammariam_2-1698259609895.png" alt="giammariam_2-1698259609895.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 25 Oct 2023 18:50:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3497206#M8199</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2023-10-25T18:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Side by Side Bar Chart - Using Deneb - Using a common Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3497297#M8200</link>
      <description>&lt;P&gt;Glorious - and brilliant!&amp;nbsp; Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 19:43:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3497297#M8200</guid>
      <dc:creator>dkernen2</dc:creator>
      <dc:date>2023-10-25T19:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Side by Side Bar Chart - Using Deneb - Using a common Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3533827#M8332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/124852"&gt;@giammariam&lt;/a&gt;&amp;nbsp;I've tried to change the height to be variable, so that the bars fill the allotted space, but they remain a fixed height.&amp;nbsp; I've tried to put a height declaration in "spec" as well as the "height" overall, but I cannot seem to get anything to work.&amp;nbsp; Where can I make the height so that I either it is dynamic with however side the user uses in the GUI OR set it to a fixed size and then use a formula so that the bar height relates to the number of categories?&amp;nbsp; Do you have any ideas?&amp;nbsp; You appear to be superhuman in your VegaLite!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://kauffman.box.com/s/3ypt201mq20hmycva1g3jn28ugw1bre7" target="_blank"&gt;https://kauffman.box.com/s/3ypt201mq20hmycva1g3jn28ugw1bre7&lt;/A&gt;&amp;nbsp; Report: SideBySideBarSharedY&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 20:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Side-by-Side-Bar-Chart-Using-Deneb-Using-a-common-Y-axis/m-p/3533827#M8332</guid>
      <dc:creator>dkernen2</dc:creator>
      <dc:date>2023-11-14T20:30:06Z</dc:date>
    </item>
  </channel>
</rss>

