You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choice of multiple date formats for x-axis added (e.g., MM-YYYY; #90)
New 'Canvas Settings' menu with whitespace padding options added (#91)
Outlier detection aesthetics changed to 'Improvement' and 'Deterioration' options for colours and flagging (#101, #102)
Feature Changes/Additions
XBar/S charts now take aggregated inputs (e.g., M, N, & SD for XBar) rather than individual-level data (#75). This greatly expands the amount of data that the visual can analyse, and the aggregation can be performed directly by PowerBI when passing data to the visual
An option and optional data argument for an additional/secondary target line has been added (#88, #113)
Re-baselining/splitting limits no longer requires a comma-separated list, instead an option for 'Split Limits on Click' has been added which will split the limits when clicking on a given point (instead of the default highlighting; #96)
Back-end Changes
Control limits are only re-calculated when input data changes, not for any aesthetic/resizing changes as well (#108)
Typing and type requirements have been made stricter and more robust (#99)
Work has begun aligning codebase with the Funnel VIsual for eventually reducing code duplication (#109, #103)