DonutChart
class DonutChart 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 | ||
| float | $innerRadius | ||
| string|null | $centerText | ||
| string|null | $centerSubtext |
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-96', 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', float $innerRadius = 0.6, string|null $centerText = null, string|null $centerSubtext = null)
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 212
protected bool
isCssColor(string $color)
No description
at line 217
protected bool
isTailwindClass(string $color)
No description
in
HasChartStyling at line 55
protected array
getColorPalette()
No description
at line 24
__construct(array $data = [], string $height = 'h-96', 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', float $innerRadius = 0.6, string|null $centerText = null, string|null $centerSubtext = null)
No description
at line 57
render()
No description
at line 68
protected array
prepareSlices()
No description
at line 166
protected array
extractItems()
No description