Description Usage Arguments Examples
Customise the legend labels.
1 2 3 4 5 6 7 8 9 | c_legend_label(
c,
box_width = 40,
font_size = 12,
font_style = "normal",
font_family = helvetica(),
padding = 10,
use_point_style = FALSE
)
|
c |
An object of class |
box_width |
Width of colored box in pixels. |
font_size |
Font size of text in pixels. |
font_style |
Font style. |
font_family |
Font family to use. |
padding |
Padding, in pixels, between rows of boxes. |
use_point_style |
Label style will match corresponding point style (size is based on the mimimum value between boxWidth and fontSize). |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.