A chord diagram is a graphical method of displaying the inter-relationships between data in a matrix.
Перейти к файлу
snyk-bot e5cae53d4b
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592
2021-07-06 05:08:25 +00:00
.vscode High contrast mode (#23) 2018-07-06 14:04:12 +03:00
assets Updated assets 2016-11-22 17:05:36 +07:00
src API downgrade (#36) 2019-02-13 16:45:17 +03:00
stringResources updated localization strings (#17) 2018-03-22 21:31:40 +07:00
style High contrast mode (#23) 2018-07-06 14:04:12 +03:00
test IE issue fix (#35) 2019-02-08 16:16:55 +07:00
.gitignore IE issue fix (#35) 2019-02-08 16:16:55 +07:00
.snyk fix: .snyk, package.json & package-lock.json to reduce vulnerabilities (#37) 2020-01-15 13:27:14 +03:00
.travis.yml High contrast mode (#23) 2018-07-06 14:04:12 +03:00
CHANGELOG.md API downgrade (#36) 2019-02-13 16:45:17 +03:00
LICENSE ChordChart initial commit 2016-11-21 15:21:53 +07:00
README.md Update README.md 2018-11-21 17:34:09 +07:00
azure-pipelines.yml Update packages (#32) 2018-10-23 22:57:57 +07:00
capabilities.json Added localization for data roles (#12) 2017-07-07 15:26:06 +03:00
karma.conf.ts Update packages (#32) 2018-10-23 22:57:57 +07:00
package-lock.json fix: package.json & package-lock.json to reduce vulnerabilities 2021-07-06 05:08:25 +00:00
package.json fix: package.json & package-lock.json to reduce vulnerabilities 2021-07-06 05:08:25 +00:00
pbiviz.json API downgrade (#36) 2019-02-13 16:45:17 +03:00
test.tsconfig.json Webpack (#26) 2018-10-09 18:16:55 +03:00
test.webpack.config.js New test coverage tools (#27) 2018-10-16 15:38:54 +07:00
tsconfig.json Webpack (#26) 2018-10-09 18:16:55 +03:00
tslint.json Added tslint-microsoft-contrib rules for tslint (#11) 2017-07-04 18:21:41 +04:00

README.md

powerbi-visuals-chord

Build Status Coverage Status Build Status Known Vulnerabilities

A chord diagram is a graphical method of displaying the inter-relationships between data in a matrix.

Chord diagramm screenshot

Overview

This type of diagram visualizes the inter-relationships between entities. The connections between entities are used to display that they share something in common. This makes Chord Diagrams ideal for comparing the similarities within a dataset or between different groups of data.

Nodes are arranged around a circle, with the relationships between points connected to each other either through the use of arcs or Bézier curves. Values are assigned to each connection, which is represented proportionally by the size of each arc.

Customize data colors, axis, labels and more.

See also Chord chart at the Microsoft Office store