Type: Boolean
Enables/disables animation for the given chart. For use in dashboard mode.
Type: String
The chart name used in dashboard mode.
Type: Number
Sets the margins for all sides, measured in pixels. The right, left, top, and bottom attributes (see below) override this value.
Type: Number
Sets the bottom margin in pixels.
Type: Number
Sets the left margin in pixels.
Type: Number
Sets the right margin in pixels.
Type: Number
Sets the top margin in pixels.
Type: String
Controls the plotting type of the chart.
•CategorizedVertical
•CategorizedHorizontal
•CategorizedBySeriesVertical
•CategorizedBySeriesHorizontal
•Scatter
•Pie
•Doughnut
•Map
Example:
<chart_settings>
<type>CategorizedHorizontal</type>
</chart_settings>