I create area chart and add a custom scroller using vconcat composition,vconcat[0] is main chart and vconcat1 is for dummy scroller
Issue is that when i drag on scroller (vconcat1) for scroll and single click on the same (scroller) then chart get distorted.
I am using sort by id to maintain the sorting on x axis
And if i set sort to null then x-axis label sort get wrong (not in order as expected)
Editor link--vega Editor
I want chart not distorted on using scroller(when i drag on scroller and double/single click on the same sroller then chart look same as previous without drag on scroller) and x axis label maintain a sorting order.

Does this do what you want?