## S3 method for class 'AmChart':
initialize(.Object, allLabels, arrows, axes, balloon,
categoryAxis, categoryField, chartCursor, chartScrollbar, creditsPosition,
dataProvider, graphs, graph, guides, legend, segmentsField, theme, titles,
trendLines, type, valueAxes, valueAxis,
pathToImages = "http://www.amcharts.com/lib/3/images/", ...)amChart(allLabels, arrows, axes, balloon, categoryAxis, categoryField,
chartCursor, chartScrollbar, creditsPosition, dataProvider, graph, graphs,
guides, legend, segmentsField, theme, titles, trendLines, type, valueAxes,
valueAxis, pathToImages = "http://www.amcharts.com/lib/3/images/", ...)
amAngularGaugeChart(arrows, titles, axes, ...)
amFunnelChart(dataProvider, ...)
amRadarChart(allLabels, balloon, categoryField, creditsPosition, dataProvider,
graphs, guides, legend, titles, valueAxes, ...)
amSerialChart(allLabels, balloon, categoryAxis, categoryField, chartCursor,
chartScrollbar, creditsPosition, dataProvider, graphs, guides, legend, titles,
trendLines, valueAxes, ...)
amPieChart(allLabels, balloon, creditsPosition, dataProvider, legend, titles,
...)
amGanttChart(categoryField, dataProvider, graph, segmentsField, valueAxis, ...)
amXYChart(creditsPosition, dataProvider, graphs, ...)
AmChart list. List of list
containing object of class GaugeArrow .list of list of list of character.
Category field name tells the chart the name of the field in your dataProvider object
which will be used for category axis values.character,
specifying position of link to amCharts site.
Allowed values are: top-left, top-right, bottom-left and bottom-right.list, containing the data.
Use providing method toList* to convert a data.frame.list of list of character.character.
Theme of a chart. Config files of themes can be found in amcharts/themes/ folder.list of list of character.
Possible types are: serial, pie, radar,
(types xy, radar, funnel, gauge, map, stock. are in development).list of characteramChart:amAngularGaugeChart:amFunnelChart:amRadarChart:amSerialChart:amPieChart:amGanttChart:amXYChart:gaugeamFunnelChart is a shortcut
for instantiating AmChart of type funnel
amRadarChart is a shortcut
for instantiating AmChart of type radar
amSerialChart is a shortcut constructor
for instantiating AmChart of type serial
amPieChart is a shortcut constructor
for instantiating AmChart of type pie
amGanttChart is a constructor
for instantiating AmChart of type gantt
amXYChart is a shortcut constructor
for instantiating AmChart of type xy
new("AmChart", valueField = "value")
amChart(type = "pie")
amAngularGaugeChart()
amFunnelChart(marginLeft = 15)
amRadarChart()
amSerialChart(creditsPostion = "top-right")
amPieChart()
amGanttChart(segmentsField = "segments")
amXYChart()Run the code above in your browser using DataLab