ChartWidget
abstract class ChartWidget extends Widget (View source)
Traits
Properties
static protected bool | $isLazy | from CanBeLazy | |
protected string|null | $placeholderHeight | from CanBeLazy | |
static protected bool | $isDiscovered | from Widget | |
static protected int|null | $sort | from Widget | |
static protected string | $view | ||
protected int | $columnSpan | from Widget | |
protected int | $columnStart | from Widget | |
static protected string|null | $pollingInterval | from CanPoll | |
protected array<string,mixed> | $cachedData | ||
string|null | $dataChecksum | ||
string|null | $filter | ||
static protected string | $color | ||
static protected string|null | $heading | ||
static protected string|null | $description | ||
static protected string|null | $maxHeight | ||
static protected array<string,mixed> | $options |
Methods
void
mount()
No description
string
getType()
No description
string
generateDataChecksum()
No description
array
getCachedData()
No description
array
getData()
No description
array|null
getFilters()
No description
Htmlable|null
getHeading()
No description
Htmlable|null
getDescription()
No description
string|null
getMaxHeight()
No description
RawJs|null
getOptions()
No description
void
updateChartData()
No description
void
rendering()
No description
string
getColor()
No description
Details
static bool
isLazy()
No description
View
placeholder()
No description
array
getPlaceholderData()
No description
string|null
getPlaceholderHeight()
No description
in
Widget at line 32
static bool
canView()
No description
in
Widget at line 37
static int
getSort()
No description
in
Widget at line 45
int|string|array
getColumnSpan()
No description
in
Widget at line 53
int|string|array
getColumnStart()
No description
in
Widget at line 61
protected array
getViewData()
No description
in
Widget at line 66
static bool
isDiscovered()
No description
in
Widget at line 71
View
render()
No description
in
Widget at line 79
static WidgetConfiguration
make(array $properties = [])
No description
in
Widget at line 98
static array
getDefaultProperties()
No description
void
mount()
No description
abstract protected string
getType()
No description
protected string
generateDataChecksum()
No description
protected array
getCachedData()
No description
protected array
getData()
No description
protected array|null
getFilters()
No description
Htmlable|null
getHeading()
No description
Htmlable|null
getDescription()
No description
protected string|null
getMaxHeight()
No description
protected RawJs|null
getOptions()
No description
void
updateChartData()
No description
void
rendering()
No description
string
getColor()
No description