e_global_gauge: Gauge Plot

View source: R/utils_global.R

e_global_gaugeR Documentation

Gauge Plot

Description

Gauge Plot

Usage

e_global_gauge(
  value = 100,
  label = "Label",
  color1 = "#B5E391",
  color2 = "#90C468"
)

Arguments

value

a number specifying the value of the graph.

label

a character specifying the title to use on legend.

color1

a color for the gauge.

color2

a shadowColor for the gauge.

Value

echarts4r plot

Author(s)

Joseline Quiros <joseline.quiros@promidat.com>

Examples

e_global_gauge(87, "Global Precision")


PROMiDAT/predictoR documentation built on Dec. 11, 2023, 6:38 p.m.