apache / apache/echarts

Support for Dendrogram Diagram

Open
#13,274 4 comments 3 reactions 0 assignees View on GitHub
en new-feature pending
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### What problem does this feature solve?
A dendrogram is a diagram that shows the hierarchical relationship between objects. It is most commonly created as an output from hierarchical clustering. The main use of a dendrogram is to work out the best way to allocate objects to clusters.

In our organization we have many use cases where we need to cluster objects/data into hierarchical diagram. Which I am not able find a way to achieve using existing charts in ECharts.

Please let us know in case we can create/extend Dendrograms by customizing ECharts.

### What does the proposed API look like?
A special chart type for 'dendrograms'
type: 'dendrogram',

![image](https://user-images.githubusercontent.com/17777813/93071837-41f40c00-f69e-11ea-9acc-463555267419.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.