Skip to contents

ggfunnel::default_text_specs store the list of default values used at the ggplot2::geom_text() geom arguments.

Usage

default_text_specs

Format

An object of class list of length 16.

Details

If the argument labels of ggfunnel::funnel() is set to TRUE, than, the ggplot2::geom_text() geom will be used to print the value labels in the funnel chart. ggfunnel::funnel() will fill all arguments of ggplot2::geom_text() geom with the values present at ggfunnel::default_text_specs.

You can change these values by using the text_specs argument of ggfunnel::funnel().