PieChart
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
from
HasChartStyling
bool
isCssColor(string $color)
No description
bool
isTailwindClass(string $color)
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
in
HasChartStyling at line 27
protected array
getStylingVariables()
No description
at line 195
protected bool
isCssColor(string $color)
No description
at line 200
protected bool
isTailwindClass(string $color)
No description
in
HasChartStyling at line 55
protected array
getColorPalette()
No description
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
at line 48
render()
No description
at line 57
protected array
prepareSlices()
No description
at line 147
protected array
extractItems()
No description