Creates interacative barchart with ggiraph
Source:R/cas_show_barchart.R
cas_show_barchart_ggiraph.Rd
For detail on parameters, see https://davidgohel.github.io/ggiraph/articles/offcran/using_ggiraph.html
Arguments
- ggobj
A ggplot2 object, typically generated with
cas_show_gg_base()
- data_id
Defaults to NULL. If given, unquoted name of column, passed to ggiraph.
- tooltip
Defaults to NULL. If given, unquoted name of column, passed to ggiraph.
- position
Defaults to "stack". Available values include "dodge".