
Katelyn Wecke
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Katelyn Wecke Sort by recent activity-
Hi Jon, There appears to be a solution in the comments of this post: https://support.sisense.com/hc/en-us/community/posts/360033099854-Reconfigure-Bar-Chart-Scroller -Katelyn
-
This script allows this functionality: widget.on('render', function(scope, args) { args.widget.options.previousScrollerLocation.min = 0; args.widget.options.previousScrollerLocation.max = 25; }...