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.
Перейти к файлу
lutorr-ms d7db394c69
Node color customization (#92)
* Added color customization using categorical dataView

* Changed DataView mapping from categorical to matrix.

* Fix capabilities.json and tslint issues

* Changed SourceLabels and DestinationLabels kind from grouping to measure

Co-authored-by: Luis Torres <torres.luis@microsoft.com>
Co-authored-by: Nikita Grachev <v-grniki@microsoft.com>
Co-authored-by: Ilfat Galiev <zbritva@gmail.com>
2020-11-10 15:33:55 +07:00
.github/workflows Create build.yml 2020-10-16 22:19:35 +07:00
.vscode Webpack based visual (#60) 2018-12-25 23:23:37 +07:00
assets 12997 “Sankey: Add assets to the visual” 2016-12-01 17:06:03 +03:00
docs Sankey documentation (#41) 2017-11-27 17:27:27 +03:00
src Node color customization (#92) 2020-11-10 15:33:55 +07:00
stringResources updated localization strings (#91) 2020-10-28 21:20:24 +07:00
style Fix drawing bugs (#27) 2017-09-11 12:01:57 +03:00
test Node color customization (#92) 2020-11-10 15:33:55 +07:00
.gitignore Webpack based visual (#60) 2018-12-25 23:23:37 +07:00
.travis.yml High contrast mode (#53) 2018-07-11 17:59:28 +03:00
CHANGELOG.md Sankey release (#77) 2020-02-19 18:41:35 +07:00
LICENSE 14634: CVUT coverage: Prepare a POC of unit test coverage for Sankey Diagram 2017-02-08 09:18:31 +03:00
README.md Update README.md 2020-02-19 18:42:28 +07:00
azure-pipelines.yml Webpack based visual (#60) 2018-12-25 23:23:37 +07:00
capabilities.json Node color customization (#92) 2020-11-10 15:33:55 +07:00
karma.conf.ts Webpack based visual (#60) 2018-12-25 23:23:37 +07:00
package-lock.json Increased version to 2.1.3 2020-03-08 00:09:12 +07:00
package.json Increased version to 2.1.3 2020-03-08 00:09:12 +07:00
pbiviz.json Increased version to 2.1.3 2020-03-08 00:09:12 +07:00
test.tsconfig.json Webpack based visual (#60) 2018-12-25 23:23:37 +07:00
test.webpack.config.js Webpack based visual (#60) 2018-12-25 23:23:37 +07:00
tsconfig.json Sankey release (#77) 2020-02-19 18:41:35 +07:00
tslint.json Sankey release (#77) 2020-02-19 18:41:35 +07:00

README.md

powerbi-visuals-sankey

Build Status Coverage Status

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

Overview

With Sankey, you can clearly find the sources, destinations and steps in between and how the stuff flow across them all in one quick glance. You can also interact with it either by clicking the link or the flow itself and leverage the cross highlighting/filtering feature of Power BI to get even more interesting insights in related data. Fittingly they are used widely in the energy industry. But it finds interesting use cases across all industries. It energies everyone to visualize information that has a start and an end or dynamic relationship with many intermediaries, for example how the user landed and navigated in a web site, or a material in a manufacturing unit, control or money transfers in business processes in a completely different perspective and bring interesting insights to the forefront.

See also Sankey at Microsoft Office store

Documentation

Check out documentation to find out more about visual's properties and features

Sankey visual