<?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 freezing x and y axis dneb vega spec in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5014568#M13069</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create customize visualization for gannt chart of production flow; i used VEGA spec for creation, in this we need the X and y axis visible through hovering the&amp;nbsp; production plan.&lt;/P&gt;&lt;P&gt;could anyone help me achieving this as it trickier for me to do&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nithes_0-1770979059382.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1326498i82595205126966FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nithes_0-1770979059382.png" alt="nithes_0-1770979059382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;could anyone guide me how to do it or other smarter option available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nithes&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2026 10:44:23 GMT</pubDate>
    <dc:creator>nithes</dc:creator>
    <dc:date>2026-02-13T10:44:23Z</dc:date>
    <item>
      <title>freezing x and y axis dneb vega spec</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5014568#M13069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create customize visualization for gannt chart of production flow; i used VEGA spec for creation, in this we need the X and y axis visible through hovering the&amp;nbsp; production plan.&lt;/P&gt;&lt;P&gt;could anyone help me achieving this as it trickier for me to do&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nithes_0-1770979059382.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1326498i82595205126966FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nithes_0-1770979059382.png" alt="nithes_0-1770979059382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;could anyone guide me how to do it or other smarter option available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nithes&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 10:44:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5014568#M13069</guid>
      <dc:creator>nithes</dc:creator>
      <dc:date>2026-02-13T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: freezing x and y axis dneb vega spec</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5109605#M13078</link>
      <description>&lt;P&gt;Consider using a known good solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://christine-payton.com/how-to-use-david-baccis-gantt-deneb-template/" target="_blank"&gt;How to use David Bacci's Gantt Deneb Template&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Feb 2026 16:01:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5109605#M13078</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-02-21T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: freezing x and y axis dneb vega spec</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5121660#M13080</link>
      <description>&lt;P&gt;Typically, you will need to adopt an approach where you constrain visible marks to a 'window' and add elements to handle 'scrolling' that calculate what to show based on 'progress'. This may take the physical appearance of a scrollbar, but it is a bit more sophisticated.&amp;nbsp;This is the same approach that the core visuals use for 'scrolling' when in categorical axis mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also need to bind key/mouse events to further simulate scrollbar behavior in the visual. A good example of how to approach this is using&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://vega.github.io/vega/examples/table-scrollbar/" target="_self"&gt;Andrzej Leszkiewicz's Table Scrollbar&lt;/A&gt; example in the &lt;A href="https://vega.github.io/vega/examples/" target="_self"&gt;Vega Examples gallery&lt;/A&gt; to study the technique.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 02:48:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/freezing-x-and-y-axis-dneb-vega-spec/m-p/5121660#M13080</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2026-02-27T02:48:50Z</dc:date>
    </item>
  </channel>
</rss>

