class LineChartWidget extends ChartWidget (View source)

deprecated Extend `ChartWidget` instead and define the `getType()` method.

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 from  ChartWidget
protected int $columnSpan from  Widget
protected int $columnStart from  Widget
static protected string|null $pollingInterval from  CanPoll
protected array<string,mixed> $cachedData from  ChartWidget
string|null $dataChecksum from  ChartWidget
string|null $filter from  ChartWidget
static protected string $color from  ChartWidget
static protected string|null $heading from  ChartWidget
static protected string|null $description from  ChartWidget
static protected string|null $maxHeight from  ChartWidget
static protected array<string,mixed> $options from  ChartWidget

Methods

static bool
isLazy()

No description

View
placeholder()

No description

array
getPlaceholderData()

No description

string|null
getPlaceholderHeight()

No description

static bool
canView()

No description

from  Widget
static int
getSort()

No description

from  Widget
int|string|array
getColumnSpan()

No description

from  Widget
int|string|array
getColumnStart()

No description

from  Widget
array
getViewData()

No description

from  Widget
static bool
isDiscovered()

No description

from  Widget
View
render()

No description

from  Widget
make(array $properties = [])

No description

from  Widget
static array
getDefaultProperties()

No description

from  Widget
string|null
getPollingInterval()

No description

from  CanPoll
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

Return Value

bool

View placeholder()

No description

Return Value

View

array getPlaceholderData()

No description

Return Value

array

string|null getPlaceholderHeight()

No description

Return Value

string|null

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

| string | array<string, int | null>

int|string|array getColumnStart()

No description

Return Value

int|string|array

| string | array<string, int | null>

protected array getViewData()

No description

Return Value

array

static bool isDiscovered()

No description

Return Value

bool

View render()

No description

Return Value

View

static WidgetConfiguration make(array $properties = [])

No description

Parameters

array $properties

Return Value

WidgetConfiguration

static array getDefaultProperties()

No description

Return Value

array

protected string|null getPollingInterval()

No description

Return Value

string|null

void mount()

No description

Return Value

void

protected string getType()

No description

Return Value

string

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

Htmlable|null getHeading()

No description

Return Value

Htmlable|null

Htmlable|null getDescription()

No description

Return Value

Htmlable|null

protected string|null getMaxHeight()

No description

Return Value

string|null

protected RawJs|null getOptions()

No description

Return Value

RawJs|null

| RawJs | null

void updateChartData()

No description

Return Value

void

void rendering()

No description

Return Value

void

string getColor()

No description

Return Value

string