-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ap(..., type = "timeline") not working #37
Comments
Thanks for reporting it! That's fixed on GitHub version. Victor |
tiimeline is now working. Another bug: See R code below for the plot With groups# With groups but force positionapex(presidential, |
I'm afraid that is a bad example, the bug is caused by using categories on x-axis which is apparently not expected... |
HI ApexCharter Team,
The type = "timeline" option is not working.
No output (read: plot) is displayed.
apexcharter package version: 0.1.8.90
RMarkdown package version: 2.5
R version. : 4.02
RStudio: version 1.4.904
Windows 10
I have sued the example from Github (see below):
library(apexcharter)
library(tidyverse)
data("presidential", package = "ggplot2")
# Basic
apex(presidential,
mapping = aes(x = name, start = start, end = end),
type = "timeline")
The text was updated successfully, but these errors were encountered: