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

Chord Chart #7106

Open
kristof-taveirne opened this issue Feb 10, 2025 · 3 comments
Open

Chord Chart #7106

kristof-taveirne opened this issue Feb 10, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@kristof-taveirne
Copy link

Describe your motivation

A chord chart is a beautiful representation of bi-directional relationships between concepts.

The edge of the chart is a donut, the links between the parts of the donut represent the relationships and the strength between them.

https://d3-graph-gallery.com/chord.html

We are currently in the process of migrating away from D3 towards Vaadin Charts, and this is the only one we are missing to complete our migration. For the time being we are using a Heatmap to read the visualize the same information. The bi-directional relationship is a bit clearer when using a Chord chart.

Describe the solution you'd like

A feature equivalent implementation of the D3 Chord Chart as a valuable addition to the Vaadin Charts.

Describe alternatives you've considered

Writing our own wrapper around the D3 Chord Chart component.
We've gone for Heatmap instead as it kind of shows the same information with a bit of extra mental effort

Additional context

No response

@yuriy-fix yuriy-fix added the enhancement New feature or request label Feb 13, 2025
@yuriy-fix
Copy link
Contributor

@kristof-taveirne
Copy link
Author

@yuriy-fix Is vaadin-charts still a wrapper around Highcharts? Or was that only in the Vaadin 6,7,8 days?

@yuriy-fix
Copy link
Contributor

Yes, Vaadin Charts is still a wrapper around Highcharts in recent versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants