Skip to content

v1.3.0 Release

Compare
Choose a tag to compare
@andrjohns andrjohns released this 03 Mar 03:45
· 496 commits to main since this 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)