-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Description
this should work
vars: {
Apple: {
shape:circle
label:Granny Smith
}
Cherry: {
shape:circle
label:Rainier Cherry
}
SummerFruit: {
xx: ${Apple} # Could not resolve
cc: ${Cherry} # Could not resolve
xx -> cc
}
}
x: ${Apple} # ok
c: ${Cherry} # ok
x -> c
sf: ${SummerFruit} # doesn't get this far
```d2Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done