- data
required to be a valid, R data frame. Data used to create chart, an array of objects which includes keys that map to chart accessors.
- ordinalAccessor
String. Key used to determine dumbbell's categorical property. (similar to x in ggplot)
- valueAccessor
String. Key used to determine dumbbell's numeric property. (similar to y in ggplot)
- seriesAccessor
String. Key used to determine dumbbell's series.
- mainTitle
String. The dynamic tag of title for the map (or you can create your own separately). See highestHeadingLevel
prop for how tags get assigned.
- subTitle
String. The dynamic tag for a sub title for the map (or you can create your own separately). See highestHeadingLevel
prop for how tags get assigned.
- accessibility
List(). Manages messages and settings for chart accessibility, see object definition
- props
List(). A valid R list with additional property configurations, see all props for @visa/dumbbell-plot
- ...
All other props passed into the function will be passed through to the chart, see all props for @visa/dumbbell-plot.