PhiaUi.Components.Data.ArcLinkLabels (phia_ui v0.1.17)

Copy Markdown View Source

Leader lines from pie/donut slices to external labels — pure SVG, zero JS.

Inspired by Nivo's arcLinkLabels. For each slice, renders a 3-segment polyline (radial → elbow → horizontal) with a text label at the end.

Designed to be composed inside pie/donut chart SVG.

Examples

<.arc_link_labels slices={[
  %{mid_angle: -1.57, outer_radius: 90, label: "Direct", color: "oklch(0.60 0.20 240)", cx: 110, cy: 110}
]} />

Summary

Functions