Skip to content

ap(..., type = "timeline") not working #37

Open
@meersel

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")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions