e_global_gauge {predictoR} | R 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")
[Package predictoR version 3.0.10 Index]