Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.37 KB

NEWS.md

File metadata and controls

41 lines (23 loc) · 1.37 KB

esquisse 0.2.0

  • 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 in facet_wrap (fixed, free, free_x, free_y). #47
  • Support for scales continuous transformation (log1p, log, sqrt, reverse, ...). #24

esquisse 0.1.8

  • Support for group aesthetic.
  • New supported geom: geom_area.

esquisse 0.1.7

  • 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.

esquisse 0.1.6

  • 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

esquisse 0.1.5

  • 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.

esquisse 0.1.0

  • Addin to make ggplot.