|
I really want to make a sankey diagram, did anybody already had some progress in this? |
Answered by
dbuezas
Mar 22, 2024
Replies: 2 comments 7 replies
|
What data will you put in it? type: custom:plotly-graph
title: sankey
entities:
- entity: ""
type: sankey
orientation: h
node:
pad: 15
thickness: 30
line:
color: black
width: 0.5
label:
- A1
- A2
- B1
- B2
- C1
- C2
color:
- blue
- blue
- blue
- blue
- blue
- blue
link:
source:
- 0
- 1
- 0
- 2
- 3
- 3
target:
- 2
- 3
- 3
- 4
- 4
- 5
value:
- 8
- 4
- 2
- 8
- 4
- 2
raw_plotly_config: false |
5 replies
Answer selected by
qinguDLI
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



What data will you put in it?
Sankey diagrams do work if you have data to feed them :)
Here's an example with fake data