
Public Member Functions | |
| GCMeter (String name, NSDictionary associations, WOElement element) | |
Protected Member Functions | |
| void | addQueryParameters (ERXMutableURL chartUrl, WOResponse response, WOContext context) |
| GCAbstractEncoding | encoding (List< List< Number >> data, WOResponse response, WOContext context) |
| boolean | normalize (WOResponse response, WOContext context) |
Protected Attributes | |
| WOAssociation | _label |
data the array, or array of arrays, of data size "wxh" format chart size ("300x400") width the width of the chart height the height of the chart colors an array of color values (for lines, bars, pie slices) backgroundStyle "solid", "gradient", or "stripes" background the solid color of the background custom custom query string parameters to append id the id of the img tag class the class of the img tag alt the alt text of the img tag encoding the explicit chart encoding to use ("simple", "extended", "text") normalize if true, values will be normalized relative to the max value maxValue if false, normalization is off or set to a number to override the max value scaling if true, numbers will be scaled with an automatic min/max, or set to min/max string values (see http://code.google.com/apis/chart/#data_scaling) label the label for the meter pointer
| void addQueryParameters | ( | ERXMutableURL | chartUrl, | |
| WOResponse | response, | |||
| WOContext | context | |||
| ) | [protected] |
Reimplemented from GCAbstractChart.
| GCAbstractEncoding encoding | ( | List< List< Number >> | data, | |
| WOResponse | response, | |||
| WOContext | context | |||
| ) | [protected] |
Reimplemented from GCAbstractChart.
| boolean normalize | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected] |
Reimplemented from GCAbstractChart.
WOAssociation _label [protected] |
1.5.8