Open
Description
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")
Metadata
Assignees
Labels
No labels
Activity