ggcharts 0.2.1
- The themes only set the plot.title.positionelement if
a version of{ggplot2}>= 3.3.0 is installed. This fixes
#75.
ggcharts 0.2.0
- Two new vignettes: customize(#54) andthemes(#69)
- Two additional datasets: popeuropeandpopch(#60)
- The default theme has been tweaked and is now exported as
theme_ggcharts()
- Additionally, three other new themes have been created:
theme_ng(),theme_nightblue()andtheme_hermit()
- The default ggchartstheme can be changed usingggcharts_set_theme()
- highlight_spec()has been introduced to enable full
customization when highlighting
- The limitargument ofbar_chart(),lollipop_chart()anddumbbell_chart()has been
deprecated in favor oftop_n(#62)
- lollipop_chart()and- bar_chart()display
the number of cases in each distinct value of- xif the- yargument is missing (#48)
- lollipop_chart()and- bar_chart()gained an- otherargument. If a threshold is set and- other = TRUEall categories with values less than the
threshold are aggregated and displayed at the bottom of the chart
(#67)
- Error messages are thrown using rlang::abort()rather
thanstop()(#32)
- A legend used to pop up when the theme of a chart with highlights
was changed. This has been fixed in #41