Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #192

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Dev #192

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
47bd3f0
Add typescript to dependenies (#151)
kullJul Jul 12, 2023
5544849
Update powerbiapi to 5.4.0 (#149)
grigoryshatalin Aug 1, 2023
6d838c3
Update build.yml
MulyukovAidar Aug 3, 2023
ae34a4f
Fix a bug with displaying Japanese characters in link labels (#155)
kullJul Aug 7, 2023
bfdb018
Added Keyboard Navigation (#152)
s-ddavydenko Aug 17, 2023
abfa53b
Fix selection bug with cycle nodes and fix backward links rendering (…
kullJul Aug 18, 2023
680a34f
Sankey 3.2.2.0v (#161)
kullJul Sep 13, 2023
46fb777
Fix tooltip values (#163)
kullJul Sep 13, 2023
b2ebb5e
Change the order in which links are focused (#164)
kullJul Sep 14, 2023
ee78960
Sankey3.3.0.0v remove Interactivity utils (#166)
kullJul Sep 26, 2023
14a3afd
Add shift key for multiselection (#167)
kullJul Sep 28, 2023
e9c66de
New translations (#162)
pbicvloc Oct 17, 2023
cd4b7d2
audit fix
MulyukovAidar Oct 17, 2023
742ead3
new localized version
MulyukovAidar Oct 17, 2023
61f9e2c
Changed cycle processing
Oct 23, 2023
aeeb0fa
Increase verion
Oct 23, 2023
aa2e4c5
Add new option for cycles in formatting pane
Oct 26, 2023
14e4430
Fix tests
Oct 27, 2023
1d87488
Fix npm audit errors
Oct 27, 2023
4908b82
Refactor settings
Oct 27, 2023
4e9475c
New translations
pbicvloc Jan 25, 2024
9e3179e
Add visual short and long description localization keys
adiletelf Feb 12, 2024
7faddc0
Fix npm vulnerabilities and increase version to 3.4.1.0
adiletelf Feb 12, 2024
0536c39
Fix context menu (#186)
kullJul Apr 16, 2024
138fd43
Fix context menu (#186) (#187)
MulyukovAidar Apr 17, 2024
ddbbb86
Merge branch 'main' into dev
MulyukovAidar Jun 3, 2024
b96ec2b
Fix data labels and weight with zero values (#208)
kullJul Sep 24, 2024
f316420
Merge branch 'certification' into dev
Demonkratiy Sep 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## 3.4.3.0
* Fix weight with zero values

## 3.4.2.0
* Fix context menu for links and nodes

## 3.4.1.0
* Fix npm vulnerabilities

## 3.4.0.0
* Change forward cycles links processing

## 3.3.1.0
* Localization update

## 3.3.0.0
* Use selection manager instead of interactivity utils
* Change links style

## 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
* Update outdated packages

## 3.2.0.0
* Add keyboard support

## 3.1.3.0
* Fix a bug with displaying japanese characters in link labels
* Update outdated packages

## 3.1.2
* Add typescript to dependencies

## 3.1.1
* Update outdated packages

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
Loading