amBalloon(adjustBorderColor = TRUE)
listProperties(amGraph(balloonText = "toto", type = "type", valueField = "valueField"))
listProperties(amGraph(balloonText = "toto", type = "type"))
listProperties(amLegend(useGraphSettings = TRUE))
amChart(type = "serial")
listProperties(amChart(test = 1))
library(pipeR)
categoryAxis(ignoreAxisWidth = TRUE) %>>% listProperties() %>>% class
categoryAxis(ignoreAxisWidth = TRUE) %>>% listProperties() %>>% length
categoryAxis(ignoreAxisWidth = TRUE) %>>% setGridPosition("start") %>>% listProperties()
new("ChartCursor", oneBalloonOnly = TRUE)
listProperties(chartScrollbar(updateOnReleaseOnly = TRUE))
lapply(list(gaugeArrow(alpha = .4, value = 1), gaugeArrow(alpha = .5)), listProperties)
listProperties(gaugeAxis())
lapply(list(gaugeBand(fillAlpha = .4, value = 1), gaugeBand(fillAlpha = .5)), listProperties)
lapply(list(guide(fillAlpha = .4, value = 1), guide(fillAlpha = .5)), listProperties)
listProperties(label(text = "balloonText"))
listProperties(periodSelector(fillAlpha = .4, value = 1))
listProperties(stockEvent())
stockPanel(drawnOnAxis = "axis1")
title(text = "foo")
trendLine(initialValue = 1, valueAxis = valueAxis(axisTitleOffset = 12, tickLength = 10))
library(pipeR)
valueAxis(axisTitleOffset = 12, tickLength = 10) %>>% listProperties %>>% class
valueAxis(axisTitleOffset = 12, tickLength = 10, axisTitleOffset = 12) %>>%
addGuide(fillAlpha = .4, adjustBorderColor = TRUE, gridThickness = 1) %>>% listProperties
Run the code above in your browser using DataLab