Difference between revisions of "Chart Options"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' {| class="wikitable" width="100%" !width="20%"|Attribute !width="80%"|Description |- |valign="top"|Graph type||Select from a known chart type: Horizont...")
 
Line 1: Line 1:
 
''Under Construction''
 
''Under Construction''
 +
 +
==See Also==
 +
[[Chart Section Attributes]]
 +
 +
==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
 +
 +
===Width===
 +
The chart width
 +
 +
===Height===
 +
The chart height
 +
 +
===Left gutter===
 +
The chart left gutter width in pixels
 +
 +
===Right gutter===
 +
The chart right gutter width in pixels
 +
 +
===Top gutter===
 +
The chart top gutter height in pixels
 +
 +
===Bottom gutter===
 +
The chart bottom gutter height in pixels
 +
 +
===Background color===
 +
The color of the chart canvas as an html-like 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 (True | False).
 +
 +
===Gradient start color===
 +
The start gradient color
 +
 +
===Gradient end color===
 +
The end gradient color
 +
 +
===Title===
 +
The chart title
 +
 +
===Title foreground color===
 +
The chart title foreground color
 +
 +
===Title background color===
 +
The chart title background color
 +
 +
===Data===
 +
The comma separated list of chart data.  For grouped data, separate the groups with a | character.
 +
 +
===Labels===
 +
The chart labels
 +
 +
===Label foreground color===
 +
The chart label foreground 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
 +
 +
===Colors===
 +
A comma separated list of html-style colors (one for each segment)
 +
 +
===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==
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
Line 5: Line 89:
 
!width="80%"|Description
 
!width="80%"|Description
 
|-
 
|-
|valign="top"|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
+
|valign="top"|Graph type||
 
|-
 
|-
|valign="top"|URL||The generated URL that will be rendered in the chart section
+
|valign="top"|URL||
 
|-
 
|-
|valign="top"|Width||The chart width
+
|valign="top"|Width||
 
|-
 
|-
|valign="top"|Height||The chart height
+
|valign="top"|Height||
 
|-
 
|-
|valign="top"|Left gutter||The chart left gutter width in pixels
+
|valign="top"|Left gutter||
 
|-
 
|-
|valign="top"|Right gutter||The chart right gutter width in pixels
+
|valign="top"|Right gutter||
 
|-
 
|-
|valign="top"|Top gutter||The chart top gutter height in pixels
+
|valign="top"|Top gutter||
 
|-
 
|-
|valign="top"|Bottom gutter||The chart bottom gutter height in pixels
+
|valign="top"|Bottom gutter||
 
|-
 
|-
|valign="top"|Background color||The color of the chart canvas as an html-like color
+
|valign="top"|Background color||
 
|-
 
|-
|valign="top"|Shadow||Enable or disable 3D shadowing (True | False).
+
|valign="top"|Shadow||
 
|-
 
|-
|valign="top"|Effects||Enable or disable special effects for displaying the chart (True | False).
+
|valign="top"|Effects||
 
|-
 
|-
|valign="top"|[[Gradients#Gradient colors|Gradient colors]]||Enable or disable gradient colors (True | False).
+
|valign="top"|[[Gradients#Gradient colors|Gradient colors]]||
 
|-
 
|-
|valign="top"|[[Gradients#Gradient start color|Gradient start color]]||The start gradient color
+
|valign="top"|[[Gradients#Gradient start color|Gradient start color]]||
 
|-
 
|-
|valign="top"|[[Gradients#Gradient end color|Gradient end color]]||The end gradient color
+
|valign="top"|[[Gradients#Gradient end color|Gradient end color]]||
 
|-
 
|-
|valign="top"|Title||The chart title
+
|valign="top"|Title||
 
|-
 
|-
|valign="top"|Title foreground color||The chart title foreground color
+
|valign="top"|Title foreground color||
 
|-
 
|-
|valign="top"|Title background color||The chart title background color
+
|valign="top"|Title background color||
 
|-
 
|-
|valign="top"|Data||The comma separated list of chart data.  For grouped data, separate the groups with a | character.
+
|valign="top"|Data||
 
|-
 
|-
|valign="top"|Labels||The chart labels
+
|valign="top"|Labels||
 
|-
 
|-
|valign="top"|Label foreground color||The chart label foreground color
+
|valign="top"|Label foreground color||
 
|-
 
|-
|valign="top"|Labels above||Enable or disable displaying a summary label next to the segment (True | False).
+
|valign="top"|Labels above||
 
|-
 
|-
|valign="top"|Legend labels||The chart legend labels
+
|valign="top"|Legend labels||
 
|-
 
|-
|valign="top"|Tooltips||A comma separated list of tooltips that are passed to the delegate
+
|valign="top"|Tooltips||
 
|-
 
|-
|valign="top"|Colors||A comma separated list of html-style colors (one for each segment)
+
|valign="top"|Colors||
 
|-
 
|-
|valign="top"|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.
+
|valign="top"|Delegate||
 
|-
 
|-
 
|}
 
|}
  
 
[[Category:Attribute Categories]]
 
[[Category:Attribute Categories]]

Revision as of 12:29, 21 January 2016

Under Construction

See Also

Chart Section Attributes

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

Width

The chart width

Height

The chart height

Left gutter

The chart left gutter width in pixels

Right gutter

The chart right gutter width in pixels

Top gutter

The chart top gutter height in pixels

Bottom gutter

The chart bottom gutter height in pixels

Background color

The color of the chart canvas as an html-like 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 (True | False).

Gradient start color

The start gradient color

Gradient end color

The end gradient color

Title

The chart title

Title foreground color

The chart title foreground color

Title background color

The chart title background color

Data

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

Labels

The chart labels

Label foreground color

The chart label foreground 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

Colors

A comma separated list of html-style colors (one for each segment)

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