ScatterChartWidget
class ScatterChartWidget 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
string
getType()
No description
Details
in
Widget at line 16
static bool
canView()
No description
in
Widget at line 21
static int
getSort()
No description
in
Widget at line 26
int|string|array
getColumnSpan()
No description
in
Widget at line 31
protected array
getViewData()
No description
in
Widget at line 36
View
render()
No description
mount()
No description
protected string
generateDataChecksum()
No description
protected array
getCachedData()
No description
protected array
getData()
No description
protected array|null
getFilters()
No description
protected string|null
getHeading()
No description
protected string|null
getMaxHeight()
No description
protected array|null
getOptions()
No description
updateChartData()
No description
void
updatedFilter()
No description
protected string
getType()
No description