Chart Options

From Lianjapedia
Jump to: navigation, search

Under Construction

See Also

Charts Section Attributes, Data Visualization with Charts

Overview

Report options

Graph type

Select from a known chart type: Horizontal Bar | Vertical Bar | Line | Pie | Gantt | Bipolar | Funnel | Radar | Rose | Scatter | Radial Scatter | Thermometer | Waterfall | Vertical Progress Bar | Horizontal Progress Bar

URL

The generated URL that will be rendered in the chart section

Size

Attribute Description
Width The chart height in pixels.
Height The chart title height in pixels.
Left gutter The chart left gutter width in pixels.
Right gutter The chart right gutter width in pixels.
Top gutter The chart top gutter width in pixels.
Bottom gutter The chart bottom gutter width in pixels.

Appearance

Attribute Description
Background color The chart canvas color specified as an HTML style color
Shadow Enable or disable 3D shadowing (True | False).
Effects Enable or disable special effects for displaying the chart (True | False).
Gradient colors Enable or disable gradient colors for data segments/bars (True | False).

Applies to Pie, Bipolar, Waterfall.

Gradient start color If Gradient colors is True, the gradient start color specified as an HTML style color
Gradient end color If Gradient colors is True, the gradient end color specified as an HTML style color
Colors The colors for the data (one for each segment). This should be a comma separated list of HTML style colors.

Applies to Horizontal Bar, Vertical Bar, Line, Pie, Bipolar, Funnel, Radar, Rose.

Title

Attribute Description
Title The chart title. This defaults to Untitled <chart-type> Chart.
Title foreground color The chart title foreground color specified as an HTML style color.
Title background color The chart title background color specified as an HTML style color.

Data

The comma separated list of chart data. For grouped data, separate the groups with a | character.

Labels

Attribute Description
Labels The chart labels.
Label foreground color The label foreground color specified as an HTML style color.
Labels above Enable or disable displaying a summary label next to the segment (True | False).
Legend labels The chart legend labels.

Tooltips

A comma separated list of tooltips that are passed to the delegate

Delegate

An optional delegate to be called when segments of the chart are selected. By default the 'tooltip' for the segment selected will be used as a search key in any child sections.

Notes on Client Support

Attribute Description
Graph type
URL
Width
Height
Left gutter
Right gutter
Top gutter
Bottom gutter
Background color
Shadow
Effects
Gradient colors
Gradient start color
Gradient end color
Title
Title foreground color
Title background color
Data
Labels
Label foreground color
Labels above
Legend labels
Tooltips
Colors
Delegate