
Katelyn Wecke
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Katelyn Wecke-
Katelyn Wecke commented,
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
-
Katelyn Wecke commented,
This script allows this functionality: widget.on('render', function(scope, args) { args.widget.options.previousScrollerLocation.min = 0; args.widget.options.previousScrollerLocation.max = 25; }...
-
Katelyn Wecke created a post,
Bar Chart Auto Zoom
When designing a bar chart, turning auto zoom on provides a navigator scroll bar. Is there a way to default this to zoom in to top 25 items within the category, for example?