...

Text file src/oss.terrastruct.com/d2/e2etests/testdata/files/overlapping_child_label.d2

Documentation: oss.terrastruct.com/d2/e2etests/testdata/files

     1heyy: {
     2  label.near: bottom-right
     3  yo -> hey
     4  hey.label.near: outside-bottom-right
     5}
     6
     7aaaa: {
     8  label.near: top-right
     9  icon.near: top-left
    10  class: icon
    11
    12  bbbb: {
    13    label.near: outside-top-left
    14    icon.near: outside-top-right
    15    class: icon
    16  }
    17}
    18
    19cccc: {
    20  label.near: top-right
    21  icon.near: bottom-left
    22  class: icon
    23
    24  dddd: {
    25    label.near: outside-top-right
    26    icon.near: outside-bottom-left
    27    class: icon
    28  }
    29}
    30
    31eeeeeeeeeeeeeeeeeee: {
    32  label.near: center-right
    33  icon.near: center-left
    34  class: icon
    35
    36  fffffffffff: {
    37    label.near: outside-right-center
    38    icon.near: outside-left-center
    39    class: icon
    40  }
    41}
    42
    43classes: {
    44  icon.icon: https://icons.terrastruct.com/essentials/time.svg
    45}

View as plain text