Releases: microsoft/powerbi-visuals-utils-chartutils
Releases · microsoft/powerbi-visuals-utils-chartutils
v1.6.0 (July 17, 2018)
- Allows to specify custom behavior for legend
v1.5.1 (October 16, 2017)
- FIX: Was removed a wrong instruction from auto generated code that impacted on tests in visuals
v1.5.0 (October 11, 2017)
- 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)
- Includes build artifacts into repository
v1.4.0 (August 4, 2017)
- 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)
- Updated packages
v1.2.0 (June 26, 2017)
- Added 'disableNiceOnlyForScale' to 'CreateAxisOptions' interface
v1.1.0 (June 15, 2017)
- Removed
lodash
- Updated dependencies
v1.0.1 (June 14, 2017)
- Update ChartUtils to use SVG utils version 1.0.0
- Add CHANGELOG