PHP Класс TbPercentOfTypeGooglePieOperation

Displays a Google visualization pie chart based on the percentage count of type.
Наследование: extends TbPercentOfTypeOperation
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$chartCssClass string the class name of the layer holding the chart
$chartOptions array The options

Защищенные свойства (Protected)

Свойство Тип Описание
$data array the configuration data of the chart

Открытые методы

Метод Описание
displaySummary ( ) : mixed | void
registerClientScript ( ) Registers required scripts

Описание методов

displaySummary() публичный Метод

См. также: TbOperation
public displaySummary ( ) : mixed | void
Результат mixed | void

registerClientScript() публичный Метод

Registers required scripts

Описание свойств

$chartCssClass публичное свойство

the class name of the layer holding the chart
public string $chartCssClass
Результат string

$chartOptions публичное свойство

The options
См. также: https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart
public array $chartOptions
Результат array

$data защищенное свойство

the configuration data of the chart
protected array $data
Результат array