Below is my drill down chart, I want to remove the scroll bar while drill down event, and need the scroll bar again when we do drill up event.
I tried below api's but it didn't help:
chart.scroller.scrollbar.hide();
chart.scroller.scrollbarGroup.hide();
scrollbarGroup.hide() - is removing the scroll bar but along with that success value also removing which I don't want.
My second problem is while loading first time - my scroll bar directly pointing to user3 instead of user1. But if I do drill down event and do drill up event its pointing to **user1 but not for the first time.
Any help would be really appreciated to resolve these two issues.