po_font {d3po}R Documentation

Font

Description

Edit the font used in a chart.

Usage

po_font(d3po, family = "Fira Sans", size = 16, transform = "none")

Arguments

d3po Either the output of d3po() or d3po_proxy().
family family font to use ("Roboto", "Merriweather", etc.).
size size to use (10, 11, 12, etc. overrides auto-sizing).
transform transformation to use for the title ("lowercase", "uppercase", "capitalize", "none").

Value

Appends custom font to an 'htmlwidgets' object

Loading...