View source: R/discrete-atlassian.R
| pal_atlassian | R Documentation |
The Atlassian Design System categorical data visualization palette.
pal_atlassian(palette = c("categorical8"), alpha = 1)
palette |
Palette type.
Currently there is one available option: |
alpha |
Transparency level, a real number in (0, 1].
See |
Nan Xiao | me@nanx.me | https://nanx.me
Atlassian (2025). "Atlassian Design System categorical chart colors." https://atlassian.design/foundations/color-new/data-visualization-color
library("scales")
show_col(pal_atlassian("categorical8")(8))
show_col(pal_atlassian("categorical8", alpha = 0.6)(8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.