You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Patrick,
I'm trying to display Sankey diag from CSV data.
import CSV is OK
view table data is OK
but the sankey doesn't link the previous target to new source line.
See my capture screen:
and
As you can see, "Job Applications" target should be the source from the next lines ...
"Responded" as well ...
So, what's wrong ? thx
When given a numeric for the last column, it assumes that is to be used for sizing the proportions of the bars for the previous columns. I can't remember if there's a way to turn that behavior off or not, but there should be.
For now, your option would be to perhaps insert something into one of the values of the 3rd column which would turn it into a categorical value, or reorder the column to any other than the last.
* Pat
Hi Patrick,
I'm trying to display Sankey diag from CSV data.
import CSV is OK
view table data is OK
but the sankey doesn't link the previous target to new source line.
See my capture screen:
and
As you can see, "Job Applications" target should be the source from the next lines ...
"Responded" as well ...
So, what's wrong ? thx
edit: this is the data from https://observablehq.com/@mbostock/flow-o-matic
The text was updated successfully, but these errors were encountered: