Releases: AUS-DOH-Safety-and-Quality/PowerBI-SPC
Releases · AUS-DOH-Safety-and-Quality/PowerBI-SPC
Development Build
Commits
- b259404: Update docs (Andrew Johnson)
- 803956e: Update docs (Andrew Johnson)
- a0bdd5e: Fix input aggregation of conditional formatting (#316) (Andrew Johnson) #316
- 0d01176: Add artifact upload step to build workflow on PR (#317) (Shaun Eccles-Smith) #317
- 40291aa: Begin consolidating and simplifying grouped data processing (#318) (Andrew Johnson) #318
- 82bbed8: Fixes for cross-plot interactivity/filtering with summary table (#319) (Andrew Johnson) #319
- separate scaling for NHS icons, resize cells with icon (#323) #323 (Andrew Johnson)
- Support multiple indicator groupings, names from input, additional columns from tooltips (#324) #324 (Andrew Johnson)
- 0a33e83: Update website (Andrew Johnson)
v1.3.2 Release
Bugfix Release:
- Make handing of multiplier inputs consistent #119
- Fix clearing plot on null/invalid inputs
v1.3.1 Bugfix Release
Fixed failure to extract multipliers from input data
v1.3.0 Release
Bugfixes
- Fixed rendering issue with t-charts due to
pow()
handling (#77) - Fix automatic setting of % axis labels for p-Charts with multiplier of 100 (#89)
- Fix rendering crash with two-in-three pattern detection aesthetics (#112)
- Fix handling of upper/lower axis limit of 0 (#114)
- Connecting lines between re-baselined/split limit segments no longer rendered (#93)
- Fix handling of date hierarchy inputs (#105)
Aesthetic Options/Updates
- 'Axis Settings' menu split into 'X-Axis Settings' and 'Y-Axis' settings (#76)
- Options added to control tick & label font/size/colour/rotation (#76, #89, #115)
- Axis line colour option added (#90)
- 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)
v1.2.1 Release
Minor bugfixes:
- t-, g-, and s-chart limits no longer crash
- xbar and s charts now take aggregate inputs (M, N, SD)
v1.2.0 Release
Bugfixes:
- Fixed visual crash on colour settings changes
- Fixed visual crash when entering multiple dates for splitting limits
- Fixed multi-selections not working with Mac command key
User-Facing Changes:
- Updated default line types to dashed 99% limits and dotted 95% limits
- Added option for selecting line types
- Added outlier highlighting options, supporting:
- Astronomical points
- Shifts (defaults to 7 points)
- Trends (defaults to 5 points)
- Two-in-three points outside warning limits
- Updated dynamic axis-scaling
Backend Changes:
- Updated
d3
version to v7 to fix vulnerability warning - Simplified class and function structures throughout
v1.1.6 Release
Downgrade PowerBI Custom Visuals API for backwards compatibility with older PBI versions
v1.1.5 Release
Fix display of settings pane when optional inputs are passed
v1.1.4 Release
Update formatting of p-chart tooltips to use % correctly
Fix labelling of x-axis with few input datapoints