PHP 클래스 WhVisualizationChart

저자: Antonio Ramirez ([email protected])
상속: extends CWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$containerId string the container Id to render the visualization to
$data array the data to configure visualization
$htmlOptions array
$options array additional configuration options
$visualization string the type of visualization -ie PieChart

공개 메소드들

메소드 설명
registerClientScript ( ) Registers required scripts
run ( ) Widget's run method

메소드 상세

registerClientScript() 공개 메소드

Registers required scripts

run() 공개 메소드

Widget's run method
public run ( )

프로퍼티 상세

$containerId 공개적으로 프로퍼티

the container Id to render the visualization to
public string $containerId
리턴 string

$data 공개적으로 프로퍼티

the data to configure visualization
또한 보기: https://google-developers.appspot.com/chart/interactive/docs/datatables_dataviews#arraytodatatable
public array $data
리턴 array

$htmlOptions 공개적으로 프로퍼티

public array $htmlOptions
리턴 array

$options 공개적으로 프로퍼티

additional configuration options
또한 보기: https://google-developers.appspot.com/chart/interactive/docs/customizing_charts
public array $options
리턴 array

$visualization 공개적으로 프로퍼티

the type of visualization -ie PieChart
또한 보기: https://google-developers.appspot.com/chart/interactive/docs/gallery
public string $visualization
리턴 string