- Now use
rlang
to generate ggplot code. - Code generated when filtering data is available above ggplot code, it use
dplyr
syntax. #19, #46 - Ability to set
scales
argument infacet_wrap
(fixed, free, free_x, free_y). #47 - Support for scales continuous transformation (log1p, log, sqrt, reverse, ...). #24
- Support for group aesthetic.
- New supported geom:
geom_area
.
- Play/Pause button to stop reactivity when creating a plot (prevent plot to update each time you make a change).
- Support for palette from
viridisLite
.
- Support for
sf
objects. - Use
esquisse
as a shiny module. - Facets support thanks to @itcarroll (#30)
- New import data modules.
- Fix a bug when launching addin in RStudio #25
- Module to coerce a variable to a different type.
- Scroll when data have a lot of variables.
- Prevent filter for discrete variables with over 100 unique elements.
- Addin to make ggplot.