Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Microsoft/powerbi-visuals-chord

A chord diagram is a graphical method of displaying the inter-relationships between data in a matrix.
https://github.com/Microsoft/powerbi-visuals-chord

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# powerbi-visuals-chord
[![build](https://github.com/microsoft/powerbi-visuals-chord/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/powerbi-visuals-chord/actions/workflows/build.yml) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/powerbi-visuals-chord/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/powerbi-visuals-chord?branch=master)
[![Build Status](https://dev.azure.com/customvisuals/public/_apis/build/status/Microsoft.powerbi-visuals-chord)](https://dev.azure.com/customvisuals/public/_build/latest?definitionId=2) [![Known Vulnerabilities](https://snyk.io/test/github/Microsoft/powerbi-visuals-chord/badge.svg)](https://snyk.io/test/github/Microsoft/powerbi-visuals-chord)

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

![Chord diagramm screenshot](https://raw.githubusercontent.com/microsoft/powerbi-visuals-chord/master/assets/screenshot.png)Cancel changes
# 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](https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380761)