allLabelslist of Label.
Example of a label object, with all possible properties:
label(x = 20, y = 20, text = "this is a label", align = "left", size = 12, color = "#CC0000",
alpha = 1, rotation = 0, bold = TRUE, url = "http=//www.amcharts.com").
Run api("Label") for more informations.arrowslist of GaugeArrow. Only valid for gauge charts.
Run api("GaugeArrow") for more informations.axeslist of GaugeAxis properties.
Only valid for gauge charts.
Run api("GaugeAxis") for more informations.balloonapi("AmBalloon") for more informations.categoryAxisapi("CategoryAxis") for more informations.categoryFieldcharacter.
Category field name indicates the name of the field in your dataProvider object
which will be used for category axis values.ChartCursorapi("ChartCursor") for more informations.ChartScrollbarapi("ChartScrollbar") for more informations.creditsPositioncharacter,
specifies position of the amCharts' website link.
Allowed values are: "top-left", "top-right", "bottom-left" and "bottom-right".dataProviderdata.frame, containing the data.graphslist of AmGraph.
Creates the visualization of the data in following types: line, column, step line,
smoothed line, olhc and candlestick.
Run api("AmGraph") for more informations.graphapi("AmGraph") for more informations.guideslist of Guide.
Instead of adding guides to the axes, you can push all of them to this array.
In case guide has category or date defined, it will automatically be assigned to the category axis,
otherwise to the first value axis, unless you specify a different valueAxes for the guide.
Run api("Guide") for more informations.legendapi("AmLegend") for more informations.segmentsFieldcharacter.
Segments field in your data provider.
Only valid for Gantt Charts.subChartPropertieslist.
Only valid for Drilldown charts.themecharacter.
Theme of a chart. Config files of themes can be found in amcharts/themes/ folder.
See http://www.amcharts.com/tutorials/working-with-themes/.titleslist of Title.
Run api("Title") for more informations.trendLineslist of TrendLine objects added to a chart.
You can add trend lines to a chart using this list or access already existing trend lines.
Run api("TrendLine") for more informations.typecharacter.
Possible types are: "serial", "pie", "radar", "xy", "radar", "funnel", "gauge", "stock".
See details about using argument type.
(type map is in development).valueAxeslist of ValueAxis.
Chart creates one value axis automatically,
so if you need only one value axis, you don't need to create it.
Run api("ValueAxis") for more informations.valueAxisapi("ValueAxis") for more informations.listenerslist containining the listeners to add to the object.
The list must be named as in the official API. Each element must be a character string.
Run runShinyExamples() for examples.otherPropertieslist
containing other avalaible properties not yet implemented in the package.valuenumeric.# Run runShinyExamples() for examples.
Run the code above in your browser using DataLab