PHP Class WhPercentOfTypeGooglePieOperation

Displays an chart based on jquery.easy.pie plugin
Author: Antonio Ramirez ([email protected])
Inheritance: extends WhPercentOfTypeOperation
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$chartCssClass string the class name of the layer holding the chart
$chartOptions array The options

Protected Properties

Свойство Type Description
$data array the configuration data of the chart

Méthodes publiques

Méthode Description
displaySummary ( ) : mixed | void
registerClientScript ( ) Registers required scripts

Method Details

displaySummary() public méthode

See also: TbOperation
public displaySummary ( ) : mixed | void
Résultat mixed | void

registerClientScript() public méthode

Registers required scripts
See also: WhVisualizationChart

Property Details

$chartCssClass public_oe property

the class name of the layer holding the chart
public string $chartCssClass
Résultat string

$chartOptions public_oe property

The options
See also: https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart
public array $chartOptions
Résultat array

$data protected_oe property

the configuration data of the chart
protected array $data
Résultat array