Interactive Tree Chart
See original GitHub issue[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
[ ] support request => Please do not submit support request here
Current behavior Interactive tree/path chart not available.
Expected behavior Reusable Interactive Tree Chart component. This is a simple example https://bl.ocks.org/mbostock/4339083 I would like to know if there are any plans to create such a chart. If not I am more than happy to create a PR and work with you on the various options to expose.
A few that come to mind are:
- Node size
- Node spacing
- Font size
- Start view (collapsed, not collapsed)
- Node color
- Path color
- Node stroke color
- Path tooltip using
ng-template
- Node tooltip using
ng-template
- Node click events
- Path click events
What is the motivation / use case for changing the behavior? Need to show parent, child path relationships. A good example is various customer paths to a transition in e-commerce.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Free Tree Diagram Maker - Make a Tree Diagram - Visme
Our free diagram maker to create flow diagrams, comparison diagrams, family trees, activity diagrams and much more with our free tree diagram maker....
Read more >Treemaps | Charts - Google Developers
A visual representation of a data tree, where each node can have zero or more children, and one parent (except for the root,...
Read more >Interactive Tree Diagram / Joseph Fisher - Observable
Interactive Tree Diagram ... Set the dimensions and margins of the diagram. var margin = {top: 50, ... var treemap = d3.tree().size([height, width]);....
Read more >Tree Diagram Maker | Free Online App - SmartDraw
Easily make tree diagrams and more · Easy Tree Diagram Generator · SmartDraw is Used by Over 85% of the Fortune 500 ·...
Read more >Interactive d3.js tree diagram - gists · GitHub
This is a d3.js tree diagram that incldes an interactive element as used as an example in the book D3 Tips and Tricks....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jsonsystems see https://swimlane.github.io/ngx-graph/demos/examples#organization-tree
@JoshSchoen did you manage to create sankey diagram?