I have simple data...
[
{
"from": "Total",
"to": "Uninterested",
"value": 107
},
{
"from": "Total",
"to": "Stripe account",
"value": 197
},
{
"from": "Stripe account",
"to": "Potential card problem",
"value": 22
},
{
"from": "Stripe account",
"to": "Card entered",
"value": 175
}
]
...
And I get two lines instead of Stripe account being forked further into Potential card problem and Card entered.

What am I missing / doing wrong?
I have simple data...
[
{
"from": "Total",
"to": "Uninterested",
"value": 107
},
{
"from": "Total",
"to": "Stripe account",
"value": 197
},
{
"from": "Stripe account",
"to": "Potential card problem",
"value": 22
},
{
"from": "Stripe account",
"to": "Card entered",
"value": 175
}
]
...
And I get two lines instead of Stripe account being forked further into Potential card problem and Card entered.
What am I missing / doing wrong?