Skip to contents

ASN Brand Identity for highcharter Package

Usage

hc_theme_asn

Format

An object of class hc_theme of length 8.

Value

Custom highcharter theme with ASN Brand Identity

Examples

library(highcharter)

highchart() |>
  hc_add_series(
    data = iris,
    type = "scatter",
    hcaes(
      x = Sepal.Length,
      y = Sepal.Width,
      group = Species
    )
  ) |>
  hc_add_theme(
    hc_theme_asn
  )