Skip to content

Releases: microsoft/powerbi-visuals-utils-chartutils

v1.6.0 (July 17, 2018)

17 Jul 08:23
Compare
Choose a tag to compare
  • Allows to specify custom behavior for legend

v1.5.1 (October 16, 2017)

16 Oct 13:47
Compare
Choose a tag to compare
  • FIX: Was removed a wrong instruction from auto generated code that impacted on tests in visuals

v1.5.0 (October 11, 2017)

11 Oct 11:38
Compare
Choose a tag to compare
  • Added two new optional parameters for CreateScale function -- innerPadding and useRangePoint. The first lets set inner padding for scale instead of recieve it from constant. The second lets use rangePoint instead of rangeBands function for creation of ordinal scale.

v1.4.1 (August 7, 2017)

07 Aug 12:42
Compare
Choose a tag to compare
  • Includes build artifacts into repository

v1.4.0 (August 4, 2017)

04 Aug 15:03
Compare
Choose a tag to compare
  • Remove width restriction of title in legend
  • Added new option to drawDefaultLabelsForDataPointChart function to control behavior of collided labels

v1.3.0 (June 26, 2017)

26 Jun 10:38
Compare
Choose a tag to compare
  • Updated packages

v1.2.0 (June 26, 2017)

26 Jun 10:35
Compare
Choose a tag to compare
  • Added 'disableNiceOnlyForScale' to 'CreateAxisOptions' interface

v1.1.0 (June 15, 2017)

15 Jun 14:15
Compare
Choose a tag to compare
  • Removed lodash
  • Updated dependencies

v1.0.1 (June 14, 2017)

14 Jun 08:26
Compare
Choose a tag to compare
  • Update ChartUtils to use SVG utils version 1.0.0
  • Add CHANGELOG