get_color_stacked {tidycharts}R Documentation

Function to get bar/area color for stacked plots.

Description

Function to get bar/area color for stacked plots.

Usage

get_color_stacked(series_number, colors_df = pkg.env$colors_df)

Arguments

series_number

what is the number of the series. one of 1:6.

colors_df

data frame with variety of colors

Value

list with bar_color and text_color


[Package tidycharts version 0.1.3 Index]