PHP Класс WhPercentOfTypeGooglePieOperation

Displays an chart based on jquery.easy.pie plugin
Автор: Antonio Ramirez ([email protected])
Наследование: extends WhPercentOfTypeOperation
Показать файл Открыть проект

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

Свойство Тип Описание
$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
См. также: WhVisualizationChart

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

$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