1,050
edits
| Line 33: | Line 33: | ||
[{"type": "filter","test": "datum.parent"},{"type": "linkpath", | [{"type": "filter","test": "datum.parent"},{"type": "linkpath", | ||
"sourceX": "parent.layout_y", "sourceY": "parent.layout_x", "targetX": "layout_y", "targetY": "layout_x", "shape": "cornerX"}]}, | "sourceX": "parent.layout_y", "sourceY": "parent.layout_x", "targetX": "layout_y", "targetY": "layout_x", "shape": "cornerX"}]}, | ||
"properties": {"enter": {"path": {"field": "layout_path"}, "strokeWidth": {"value": | "properties": {"enter": {"path": {"field": "layout_path"}, "strokeWidth": {"value": 1}, "stroke": {"value": "#000000"}}}}, | ||
{"type": "text", "from": {"data": "tree", "transform": | {"type": "text", "from": {"data": "tree", "transform": | ||
[{"type": "formula", "field": "ff_node_label", "expr": "if(datum.layout_depth == 0, 'Pre-Proto-Ortûlékian', if(datum.layout_depth == 1, datum.A, if(datum.layout_depth == 2, datum.B, if(datum.layout_depth == 3, datum.C, if(datum.layout_depth == 4, datum.D, if(datum.layout_depth == 5, datum.E, ''))))))"}]}, | [{"type": "formula", "field": "ff_node_label", "expr": "if(datum.layout_depth == 0, 'Pre-Proto-Ortûlékian', if(datum.layout_depth == 1, datum.A, if(datum.layout_depth == 2, datum.B, if(datum.layout_depth == 3, datum.C, if(datum.layout_depth == 4, datum.D, if(datum.layout_depth == 5, datum.E, ''))))))"}]}, | ||