PHP Class TbPercentOfTypeEasyPieOperation

Displays an chart based on jquery.easy.pie plugin
Inheritance: extends TbPercentOfTypeOperation
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$chartCssClass string the class of the layer containing the class
$chartOptions @see https://github.com/rendro/easy-pie-chart#configuration-parameter
$template string
$typeTemplate string

Public Methods

Method Description
displaySummary ( ) : mixed | void

Protected Methods

Method Description
registerClientScripts ( ) Register required scripts

Method Details

displaySummary() public method

See also: TbOperation
public displaySummary ( ) : mixed | void
return mixed | void

registerClientScripts() protected method

Register required scripts
protected registerClientScripts ( )

Property Details

$chartCssClass public property

the class of the layer containing the class
public string $chartCssClass
return string

$chartOptions public property

@see https://github.com/rendro/easy-pie-chart#configuration-parameter
public $chartOptions

$template public property

See also: TbOperation
public string $template
return string

$typeTemplate public property

See also: parent class
public string $typeTemplate
return string