PHP 클래스 WhPercentOfTypeGooglePieOperation

Displays an chart based on jquery.easy.pie plugin
저자: Antonio Ramirez ([email protected])
상속: extends WhPercentOfTypeOperation
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$chartCssClass string the class name of the layer holding the chart
$chartOptions array The options

보호된 프로퍼티들

프로퍼티 타입 설명
$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