Posted 9 March 2022, 2:49 am EST - Updated 3 October 2022, 12:05 pm EST
Hi I am trying to create pivot chart, the X axis will have more than 1000 groups and each group might have more than 10 bars. i will need to allow user to zoom or pan across the bar.
I tried to add scrollbar as in [ScrollingAndRangeSelectors][https://www.grapecity.com/wijmo/demos/Chart/Features/ScrollingAndRangeSelectors/angular] but in the Angular version 7 it was not working. and in angular 10 it was working. in Angular 7 once user tries to scroll it specific axis will get disappear with data.
can you please tell me how to add gesture controls in wj-pivot chart
I have added code and screenshot of what i am trying buid.