Docs
alias Phoenix.LiveDashboard.PageBuilder

<PageBuilder.live_layered_graph
id="layered-graph"
title="Pipeline"
format_label={&Phoenix.LiveDashboard.LiveCaptureFactory.layered_label/1}
hint="Sample flow"
background={&Phoenix.LiveDashboard.LiveCaptureFactory.layered_background/1}
format_detail={&Phoenix.LiveDashboard.LiveCaptureFactory.layered_detail/1}
layers={
  [
    [
      %{
        data: "a1",
        id: "a1",
        children: ["b1"]
      }
    ],
    [
      %{
        data: %{
          label: "b1",
          detail: 3
        },
        id: "b1",
        children: []
      }
    ]
  ]
}
show_grid?={:true}
y_label_offset={5}
y_detail_offset={18}
/>