class BarChartWidget extends ChartWidget (View source)

Traits

Properties

static protected int|null $sort from  Widget
static protected string $view from  ChartWidget
protected int|string|array $columnSpan from  Widget
static protected string|null $pollingInterval from  CanPoll
protected array|null $cachedData from  ChartWidget
string $dataChecksum from  ChartWidget
string|null $filter from  ChartWidget
static protected string|null $heading from  ChartWidget
static protected string|null $maxHeight from  ChartWidget
static protected array|null $options from  ChartWidget

Methods

static bool
canView()

No description

from  Widget
static int
getSort()

No description

from  Widget
int|string|array
getColumnSpan()

No description

from  Widget
array
getViewData()

No description

from  Widget
View
render()

No description

from  Widget
string|null
getPollingInterval()

No description

from  CanPoll
mount()

No description

string
generateDataChecksum()

No description

array
getCachedData()

No description

array
getData()

No description

array|null
getFilters()

No description

string|null
getHeading()

No description

string|null
getMaxHeight()

No description

array|null
getOptions()

No description

updateChartData()

No description

void
updatedFilter()

No description

string
getType()

No description

Details

static bool canView()

No description

Return Value

bool

static int getSort()

No description

Return Value

int

int|string|array getColumnSpan()

No description

Return Value

int|string|array

protected array getViewData()

No description

Return Value

array

View render()

No description

Return Value

View

protected string|null getPollingInterval()

No description

Return Value

string|null

mount()

No description

protected string generateDataChecksum()

No description

Return Value

string

protected array getCachedData()

No description

Return Value

array

protected array getData()

No description

Return Value

array

protected array|null getFilters()

No description

Return Value

array|null

protected string|null getHeading()

No description

Return Value

string|null

protected string|null getMaxHeight()

No description

Return Value

string|null

protected array|null getOptions()

No description

Return Value

array|null

updateChartData()

No description

void updatedFilter()

No description

Return Value

void

protected string getType()

No description

Return Value

string