PHP 클래스 Encore\Admin\Widgets\Chart\Bar

상속: extends Chart
파일 보기 프로젝트 열기: z-song/laravel-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultColors
$labels

공개 메소드들

메소드 설명
__construct ( $labels = [], $data = [] )
add ( $label, $data = [], $fillColor = '' )
script ( )

보호된 메소드들

메소드 설명
fillColor ( $data )

메소드 상세

__construct() 공개 메소드

public __construct ( $labels = [], $data = [] )

add() 공개 메소드

public add ( $label, $data = [], $fillColor = '' )

fillColor() 보호된 메소드

protected fillColor ( $data )

script() 공개 메소드

public script ( )

프로퍼티 상세

$defaultColors 보호되어 있는 프로퍼티

protected $defaultColors

$labels 보호되어 있는 프로퍼티

protected $labels