- Added legend entry for "Target" as per #24
- Fixed #34 regarding 'Unknown or uninitialized column' warnings
- Reordered items in legend as per #36
- Updated README
- pkgdown website updated
- Update package logo with new target legend changes
bullet_chart()
function now uses regular scale onlybullet_chart()
uses 'Low-Medium-High' qualitative labels- Other bullet chart variants still use time-comparison scale
- Fixed how data is used/stored for package
- Fixed sizing issues to comply with new 'ggiraph' version
- Fixed 'show_text' option for time-comparison variants
- Revamped all vignettes and README to be consistent with all changes
- 'legend' argument defaults to TRUE
- Created pkgdown website
- Fixed "TODAY" label not appearing for
_vline()
function
- Added a
NEWS.md
file to track changes to the package. - Fixed fill legend code.
- Added more tests.
- Change license to MIT.
- All bulletcharts now use 'ggiraph', hover mouse on the bar to see how behind/ahead you currently are compared to "Last Week" and "Last Year".
- Legend for colorbar hidden.
- "No Target" text appears above bar if "Target" column is empty/NA.
- Separated internal funs to separate script file .
- "No Non-Zero Targets!" shows as simple text instead of on empty plot.
- Added more tests.
- All charts use 'ggiraph'.
- Legend for colorbar hidden.
- Added "no target" text.
- increase expand_limits for "no target" text on top row.
- initial upload