-
I really want to make a sankey diagram, did anybody already had some progress in this? |
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
Mar 22, 2024
Replies: 1 comment 5 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 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
qinguDLI
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