HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbPercentOfTypeGooglePieOperation Class Reference
Inheritance diagram for TbPercentOfTypeGooglePieOperation:
Collaboration diagram for TbPercentOfTypeGooglePieOperation:

Public Member Functions

 displaySummary ()
 registerClientScript ()

Public Attributes

 $chartCssClass = 'bootstrap-operation-google-pie-chart'
 $chartOptions
- Public Attributes inherited from TbPercentOfTypeOperation
 $typeTemplate = '{label}({value}%)'
- Public Attributes inherited from TbCountOfTypeOperation
 $template = '{label}: {types}'
 $typeTemplate = '{label}({value})'
 $types = array()
- Public Attributes inherited from TbOperation
 $template = '{label}: {value}'
 $value = 0
 $label
 $column

Protected Attributes

 $data = array()
- Protected Attributes inherited from TbPercentOfTypeOperation
 $_total

Additional Inherited Members

- Protected Member Functions inherited from TbPercentOfTypeOperation
 getTotal ()

Detailed Description

Definition at line 1192 of file TbExtendedGridView.php.

Member Function Documentation

TbPercentOfTypeGooglePieOperation::displaySummary ( )
See Also
TbOperation
Returns
mixed|void

Reimplemented from TbPercentOfTypeOperation.

Definition at line 1217 of file TbExtendedGridView.php.

TbPercentOfTypeGooglePieOperation::registerClientScript ( )

Registers required scripts

create custom chart update by using the global chart variable

See Also
TbGoogleVisualizationChart

Definition at line 1241 of file TbExtendedGridView.php.

Member Data Documentation

TbPercentOfTypeGooglePieOperation::$chartCssClass = 'bootstrap-operation-google-pie-chart'

Definition at line 1197 of file TbExtendedGridView.php.

array TbPercentOfTypeGooglePieOperation::$chartOptions
Initial value:
array(
'title' => 'Google Pie Chart'
)

The options

See Also
https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart

Definition at line 1204 of file TbExtendedGridView.php.

TbPercentOfTypeGooglePieOperation::$data = array()
protected

Definition at line 1211 of file TbExtendedGridView.php.


The documentation for this class was generated from the following file: