PHP Class WhVisualizationChart

Author: Antonio Ramirez ([email protected])
Inheritance: extends CWidget
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$containerId string the container Id to render the visualization to
$data array the data to configure visualization
$htmlOptions array
$options array additional configuration options
$visualization string the type of visualization -ie PieChart

Méthodes publiques

Méthode Description
registerClientScript ( ) Registers required scripts
run ( ) Widget's run method

Method Details

registerClientScript() public méthode

Registers required scripts

run() public méthode

Widget's run method
public run ( )

Property Details

$containerId public_oe property

the container Id to render the visualization to
public string $containerId
Résultat string

$data public_oe property

the data to configure visualization
See also: https://google-developers.appspot.com/chart/interactive/docs/datatables_dataviews#arraytodatatable
public array $data
Résultat array

$htmlOptions public_oe property

public array $htmlOptions
Résultat array

$options public_oe property

additional configuration options
See also: https://google-developers.appspot.com/chart/interactive/docs/customizing_charts
public array $options
Résultat array

$visualization public_oe property

the type of visualization -ie PieChart
See also: https://google-developers.appspot.com/chart/interactive/docs/gallery
public string $visualization
Résultat string