I am trying to create a Vega Gantt Chart using the template from David Bacci - Deneb-Showcase.
In my original dataset I am taking the data from sharepoint and importing it into deneb visual. I did minor adjustments to suit my needs, which is changing the default day window width, removal of some buttons and I have also enabled the cross filtering with simple management (i.e letting deneb decide the cross filter on click). But I am experiencing a different behavior when a user clicks on a bar. It does filter the dataset but at the same time, it also resets the frame position and zooms back in to my defined 14 days window.
For reference, see attached image below. I have some bars that are outside the 14 day window so I zoom out of the chart, then click on lets say yellow bar to select that bar and cross filter.
As soon as its clicked, it resets all visual elements back to the beginning. But the rows get filtered.

Until now, I have identified this problem only comes from Deneb PowerBI and I am not facing this issue when using the online Vega editor. I also tried to implement advanced cross filtering in deneb vega without any success.
How can I prevent the chart from resetting the state on cross filtering events?
I am also attaching a PBI file with dummy data here: PBI FILE
