Edit labels positioning in a treemap.
po_labels(
d3po,
x = NULL,
y = NULL,
title = NULL,
subtitle = NULL,
labels = NULL,
align = "left-top"
)Appends custom labels to an 'htmlwidgets' object
Either the output of d3po() or d3po_proxy().
Optional x-axis label.
Optional y-axis label.
Optional title for the chart.
Optional subtitle for the chart.
Optional character vector or JavaScript function for custom label fields for treemaps.
Label alignment for treemaps. Must be one of "left-top", "center-middle", or "right-top".