View source: R/chart_amGauge.R
amAngularGauge | R Documentation |
amAngularGauge computes a gauge of the given value.
amAngularGauge(
x,
start = 0,
end = 100,
step = 20,
bands = data.frame(start = numeric(), end = numeric(), color = character(), width =
numeric(), stringsAsFactors = FALSE),
text = "",
textSize = 25,
secondAxe = FALSE,
start2 = 0,
end2 = 100,
step2 = 20,
bands2 = data.frame(start = numeric(), end = numeric(), color = character(),
stringsAsFactors = FALSE),
...
)
x |
|
start |
|
end |
|
step |
|
bands |
|
text |
|
textSize |
|
secondAxe |
|
start2 |
|
end2 |
|
step2 |
|
bands2 |
|
... |
see amOptions for more options. |
See online documentation https://datastorm-open.github.io/introduction_ramcharts/ and amChartsAPI
amOptions, amBarplot, amBoxplot, amHist, amPie, amPlot, amTimeSeries, amStockMultiSet, amBullet, amRadar, amWind, amFunnel, amAngularGauge, amSolidGauge, amMekko, amCandlestick, amFloatingBar, amOHLC, amWaterfall
amAngularGauge(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.