2019.2

Table Of Contents
section on the Source tab:
"labelFrequency": "2"
(replace 2 by the desired number of grid lines).
l
Axis group:
l
Color: Select a color for the value axis: click the colored square to open the Color
Picker dialog ("Color Picker" on page931), or enter a valid hexademical color
(HTML Hex Color) or a predefined CSS color (CSS color names). (Equivalent to the
axisColor
property; see: axisColor.)
l
Opacity: Enter the opacity in percentage for the axis. 100 is fully opaque, 0 is
transparent. Set opacity to 0 to hide the axis. (Equivalent to the
axisAlpha
property; see: axisAlpha.)
l
Thickness: Enter the thickness of the axis. (Equivalent to the
axisThickness
property; see: axisThickness.)
l
Auto Wrap: Specifies if axis labels (when horizontal) should be wrapped if they
don't fit in the allocated space. (Equivalent to the
autoWrap
property; see: autoWrap.)
Graphs tab
Most settings on the Graphs tab correspond to properties of the AmGraph class in the amCharts
library; see: AmGraph.
l
Labels:
l
Text: Text of the data labels. You can use tags like [[value]], [[description]],
[[percents]], or[[category]]. (Equivalent to the
labelText
property; see: labelText.)
l
Position: Position of the data labels. Possible values are: "bottom", "top", "right",
"left", "inside", "middle". (Equivalent to the
labelPosition
property; see: labelPosition.)
Page 923