Renders a node with outer donut ring and inner pie chart.
draw_donut_pie_node_base(
x,
y,
size,
donut_value = 1,
donut_color = "#4A90D9",
pie_values = NULL,
pie_colors = NULL,
pie_default_color = NULL,
inner_ratio = 0.5,
bg_color = "gray90",
border.col = "black",
border.width = 1,
pie_border.width = NULL,
donut_border.width = NULL
)Node center coordinates.
Outer radius.
Single value (0-1) for donut progress.
Fill color for donut ring.
Numeric vector for pie segments.
Vector of colors for pie segments.
Default color for pie when pie_colors is NULL.
Ratio of inner to outer radius.
Background color.
Border color.
Border line width.
Border width for pie slice dividers (NULL = use border.width * 0.5).
Border width for donut ring (NULL = use border.width).