Description Usage Arguments Value
View source: R/add_milestone_coloring.R
Add colouring to a set of milestones.
1 2 3 4 | add_milestone_coloring(
milestones = NULL,
color_milestones = c("auto", "given", "cubeHelix", "Set3", "rainbow")
)
|
milestones |
Tibble containing the column |
color_milestones |
Which palette to use for colouring the milestones
|
A tibble containing the input character column milestone_id
and a character
column color
containing colour hex-codes (e.g. "#123456"
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.