Releases: shosaco/vistime
Releases · shosaco/vistime
vistime 1.2.4
vistime 1.2.1
Bugfixes
- hc_vistime() labels on y-axis were incorrectly reversed (#24)
vistime 1.2.0
Breaking Changes
highcharter
is no more installed by default when you installvistime
.
Bugfixes
optimize_y = TRUE
did not work correctly for ranges that occur during other ranges (issue #22)
New features
- Added mouse zooming capability to
hc_vistime()
- Split the
README.md
into three vignettes:
Minor adjustments
- Updated documentation
- Internals:
- Using the
assertive.types
package instead ofassertthat
for nicer error messages - Upgraded to
testthat 3.0
for unit tests - Bugfixes for
hc_vistime()
arguments
- Using the
vistime 1.1.0 - now with Highcharts.js output
Breaking Changes
- Made arguments more intuitive:
col.event
instead ofevent
col.start
instead ofstart
col.end
instead ofend
col.group
instead ofgroups
col.color
instead ofcolors
col.fontcolor
instead offontcolors
col.tooltip
instead oftooltips
New features
- New function
hc_vistime()
: Create an interactive timeline rendered by the famousHighcharter.js
library
Minor adjustments
gg_vistime
:- Use
geom_text()
for labels - Avoid overlapping of event labels using
ggrepel::geom_text_repel()
- Layout adjustments: Panel border and changes under-the-hood
- Use
vistime
:- Changes under the hood (vertical and horizontal lines)
- Panel border
- Usage of package
assertthat
and re-organization of dependencies
v1.0.0 - "Grown Up"
This is the first major release of vistime after three years of development.