Skip to content

Commit

Permalink
Sankey 3.2.2.0v (#161)
Browse files Browse the repository at this point in the history
* Add selflink weight to the node tooltip

* Fix keyboard navigation

* Remove coveralls from readme

* Update outdated packages

* Increment visual version

* Fix dySource and dyDestination

* Add backward weight to the Y-Axis shift

* Fix drawing of backward links

* Update readme file with build status

* Update outdated packages

* Fix styles for keyboard navigation

* Fix typo

* Add missing types

* Change coordinate value

* Increase stroke width for focused nodes

* Fix styles

* Add unique tabindex to nodes and links

* Add input/output values for localization

* Rename link props

* Add width prop for nodes

* Reduce radius of selflink curve

* Fix lint and test errors

* Fix description in changelog

* Add keyboard navigation tests

* Add tests for focus styles

* Change focus and keyboard tests

* Fix focus styles test

---------

Co-authored-by: Iuliia Kulagina <[email protected]>
  • Loading branch information
kullJul and Iuliia Kulagina authored Sep 13, 2023
1 parent abfa53b commit 680a34f
Show file tree
Hide file tree
Showing 14 changed files with 592 additions and 663 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.2.2.0
* Add weight option on the formatting pane
* Add input/output tooltip values for node
* Fix styles for keyboard navigation
* Change backward links positions
* Update outdated packages

## 3.2.1.0
* Fix a bug with selection cycle nodes
* Change the way the cycle links are processed
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# powerbi-visuals-sankey
[![Build Status](https://travis-ci.org/Microsoft/powerbi-visuals-sankey.svg?branch=master)](https://travis-ci.org/Microsoft/powerbi-visuals-sankey) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/powerbi-visuals-sankey/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/powerbi-visuals-sankey?branch=master)

[![Build Status](https://github.com/microsoft/powerbi-visuals-sankey/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/microsoft/powerbi-visuals-sankey/actions/workflows/build.yml)
> Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.
![Sankey screenshot](https://raw.githubusercontent.com/microsoft/powerbi-visuals-sankey/master/assets/screenshot.png)
Expand Down
5 changes: 5 additions & 0 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@
},
"nodes": {
"properties": {
"nodesWidth":{
"type": {
"numeric": true
}
},
"fill": {
"type": {
"fill": {
Expand Down
Loading

0 comments on commit 680a34f

Please sign in to comment.