class PieChart extends Component

Traits

Properties

string|null $title from  HasChartStyling
bool $border from  HasChartStyling
string|null $borderColor from  HasChartStyling
string|null $backgroundColor from  HasChartStyling
mixed $chartColor from  HasChartStyling
array $data
string $height
bool $showLabels
string $legendPosition
string $formatValues
string $label
string $value
string $labelColor

Methods

void
initializeChartStyling(string|null $title = null, bool $border = true, string|null $borderColor = null, string|null $backgroundColor = null, mixed $chartColor = null)

No description

array
getStylingVariables()

No description

bool
isCssColor(string $color)

No description

bool
isTailwindClass(string $color)

No description

array
getColorPalette()

No description

__construct(array $data = [], string $height = 'h-64', mixed $chartColor = null, string|null $backgroundColor = null, string|null $title = null, bool $showLabels = true, string $legendPosition = 'right', string $formatValues = '%s', string $label = 'label', string $value = 'value', bool $border = true, string|null $borderColor = null, string $labelColor = 'white')

No description

render()

No description

array
prepareSlices()

No description

array
extractItems()

No description

Details

in HasChartStyling at line 13
protected void initializeChartStyling(string|null $title = null, bool $border = true, string|null $borderColor = null, string|null $backgroundColor = null, mixed $chartColor = null)

No description

Parameters

string|null $title
bool $border
string|null $borderColor
string|null $backgroundColor
mixed $chartColor

Return Value

void

in HasChartStyling at line 27
protected array getStylingVariables()

No description

Return Value

array

at line 195
protected bool isCssColor(string $color)

No description

Parameters

string $color

Return Value

bool

at line 200
protected bool isTailwindClass(string $color)

No description

Parameters

string $color

Return Value

bool

in HasChartStyling at line 55
protected array getColorPalette()

No description

Return Value

array

at line 21
__construct(array $data = [], string $height = 'h-64', mixed $chartColor = null, string|null $backgroundColor = null, string|null $title = null, bool $showLabels = true, string $legendPosition = 'right', string $formatValues = '%s', string $label = 'label', string $value = 'value', bool $border = true, string|null $borderColor = null, string $labelColor = 'white')

No description

Parameters

array $data
string $height
mixed $chartColor
string|null $backgroundColor
string|null $title
bool $showLabels
string $legendPosition
string $formatValues
string $label
string $value
bool $border
string|null $borderColor
string $labelColor

at line 48
render()

No description

at line 57
protected array prepareSlices()

No description

Return Value

array

at line 147
protected array extractItems()

No description

Return Value

array