Difference between revisions of "Chart Options"

From Lianjapedia
Jump to: navigation, search
Line 33: Line 33:
  
 
===Background color===
 
===Background color===
The color of the chart canvas as an [[Colors#HTML style color|HTML style color]].
+
The '''Background color''' attribute specifies an [[Colors#HTML style color|HTML style color]] for the color of the chart canvas.
  
 
===Shadow===
 
===Shadow===
Line 45: Line 45:
  
 
===Gradient start color===
 
===Gradient start color===
This defines the Gradient start color.
+
The '''Gradient start color''' attribute specifies an [[Colors#HTML style color|HTML style color]] for the gradient start color.
  
 
===Gradient end color===
 
===Gradient end color===
This defines the Gradient end color.
+
The '''Gradient end color''' attribute specifies an [[Colors#HTML style color|HTML style color]] for the gradient end color.
  
 
===Title===
 
===Title===
Line 54: Line 54:
  
 
===Title foreground color===
 
===Title foreground color===
The chart title foreground color
+
The '''Title foreground color''' attribute specifies an [[Colors#HTML style color|HTML style color]] for the chart title foreground color.
  
 
===Title background color===
 
===Title background color===
The chart title background color
+
The '''Title background color''' attribute specifies an [[Colors#HTML style color|HTML style color]] for the chart title background color.
  
 
===Data===
 
===Data===
Line 66: Line 66:
  
 
===Label foreground color===
 
===Label foreground color===
The chart label foreground color
+
The '''Label foreground color''' attribute specifies an [[Colors#HTML style color|HTML style color]] for the chart label foreground color.
  
 
===Labels above===
 
===Labels above===
Line 78: Line 78:
  
 
===Colors===
 
===Colors===
A comma separated list of html-style colors (one for each segment)
+
The '''Colors''' attribute specifies the data colors (one for each segment).  This should be a comma separated list of [[Colors#HTML style color|HTML style colors]].
  
 
===Delegate===
 
===Delegate===

Revision as of 07:31, 22 January 2016

Under Construction

See Also

Charts 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 Background color attribute specifies an HTML style color for the color of the chart canvas.

Shadow

Enable or disable 3D shadowing (True | False).

Effects

Enable or disable special effects for displaying the chart (True | False).

Gradient colors

The Gradient colors attribute determines whether the background color will be rendered as a gradient or not. Check the Gradient colors attribute to render the background as a 2 color gradient (True); uncheck the Gradient colors attribute to use as single color background color (False).

Gradient start color

The Gradient start color attribute specifies an HTML style color for the gradient start color.

Gradient end color

The Gradient end color attribute specifies an HTML style color for the gradient end color.

Title

The chart title

Title foreground color

The Title foreground color attribute specifies an HTML style color for the chart title foreground color.

Title background color

The Title background color attribute specifies an HTML style color for 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 Label foreground color attribute specifies an HTML style color for 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

The Colors attribute specifies the data colors (one for each segment). This should be a comma separated list of HTML style colors.

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