NEWS
highdir 0.5.0 (2026-05-27)
- First CRAN release version.
highdir 0.3.0
- Replace the Highdir logo to reflect its historical origin.
- Add option to hide x‑ and y‑axis labels (#13).
- Implement flip support for bar and ranked‑bar charts in the Shiny app (#12).
- Include standard ggplot2 themes.
- Implement bar figure with no space below the bars but 10% above them in ggplot2 engine.
- Deploy to shinyapps.io https://bit.ly/highdir
DESCRIPTION version bumped to 0.3.1.
- Added option to deactivate CDN-loaded modules available from https://api.highcharts.com/highcharts/. (#2)
- Fixed Shiny app GUI issues related to downloading and axis labels.
- Moved
xlab and ylab arguments to hd_opts(), since they relate to figure presentation rather than data specification. Use NULL to hide axis labels. (#5)
- Corrected ggplot2 color palette selection to follow the standard rules defined by
resolve_colors().
- Improved the overall visual appearance of the highdir Shiny app.
- Implemented modules in the Shiny app.
- Added a registry for optional arguments for specific geoms. List them using
geom_args().
- Shiny app now displays optional geom arguments along with explanatory comments.
- Add arg
percent to hd_opts() to show % in tooltip and y-axis if TRUE.
- Add arg
xtick to hd_opts to select column for custom x‑axis tick labels
when these differ from the numeric x values. Note that Highcharts uses
zero-based indexing, while R uses one-based indexing.
DESCRIPTION version bumped to 0.3.0.
- Fix
hd_save() #3
- Renaming some functions to be consistence
- Rename function
run_app() to hd_app()
- Rename function
fig_opts() to hd_opts()
highdir 0.2.0
- Initial release with
column, line, scatter, arearange geometries.
highcharter and ggplot2 backends.
hd_save(), hd_set_theme(), hd_add_js().
- Shiny GUI via
run_app().
highdir 0.1.0
- Implement registry to control geoms
- Just a skeleton for highdir structure with very basic functions
highdir 0.0.0.9000
- Initial prototype of highdir using existing functions.
- No defined structure.
- Created for demonstration purposes to illustrate the potential of highdir.