HasChartStyling
trait HasChartStyling
Properties
| string|null | $title | ||
| bool | $border | ||
| string|null | $borderColor | ||
| string|null | $backgroundColor | ||
| mixed | $chartColor |
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
Details
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
at line 27
protected array
getStylingVariables()
No description
at line 37
protected bool
isCssColor(string $color)
No description
at line 44
protected bool
isTailwindClass(string $color)
No description
at line 55
protected array
getColorPalette()
No description