- Removed interactivityutils and related code
- Removed interactiveLegend class
- Changed createLegend function signature -> createLegend(HTMLElement, boolean, LegendPosition)
- Updated powerbi-visuals-api to 5.9.0 and other utils
- Fixed legend title bug
- Fixed vulnerabilities
- Packages update
- Packages update
- Removed coveralls
- Packages update
- Vulnerabilities fixes
- Updated powerbi-visuals-utils
- Fixed vulnerabilities
- Migrated to Eslint
- Migrated to playwright
- Removed Jquery
- D3.v6 code refactored
- Packages update
- Added new tests
- Packages update
- Github actions
- FIX: navigation arrows not displayed on first visual render
- Export as default
DataLabelArrangeGrid
,DataLabelManager
classes - Update packages
- Packages update
- Removal of LabelLayoutStrategy module definition, now it is imported from a file
- Update interactivity utils to 5.5.0
- Update powerbi-visual-api to 2.6
- Update packages to fix vulnerabilities
- Fixes measurement of legend items to fit available viewport width
- Supports
fontFamily
for legend component
- Update interactivity utils to 5.4.0
- FIX: d3 v5 wrong usage in Label Utils
- Implements legend marker shapes
- New Label Utils
- Update packages to fix vulnerabilities
- Added OpacityLegendBehavior for legend
- FIX: Was removed a wrong instruction from auto generated code that impacted on tests in visuals
- Added two new optional parameters for CreateScale function -- innerPadding and useRangePoint. The first lets set inner padding for scale instead of receive it from constant. The second lets use rangePoint instead of rangeBands function for creation of ordinal scale.
- Remove width restriction of title in legend
- Added new option to drawDefaultLabelsForDataPointChart function to control behavior of collided labels
- Updated packages
- Added 'disableNiceOnlyForScale' to 'CreateAxisOptions' interface and added verification with this property to createAxis func
- Removed
lodash
- Updated dependencies
- Update ChartUtils to use SVG utils version 1.0.0
- Add CHANGELOG