@php $plugin = (function_exists('filament') && filament()->isServing()) ? \Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin::get() : null; $heading = $this->getHeading(); $subheading = $this->getSubheading(); $filters = $this->getFilters(); $isCollapsible = $this->isCollapsible(); $darkMode = $this->getDarkMode(); $width = $this->getFilterFormWidth(); $pollingInterval = $this->getPollingInterval(); $chartId = $this->getChartId(); $chartOptions = $this->getOptions(); $loadingIndicator = $this->getLoadingIndicator(); $contentHeight = $this->getContentHeight(); $deferLoading = $this->getDeferLoading(); $footer = $this->getFooter(); $readyToLoad = $this->readyToLoad; $extraJsOptions = $this->extraJsOptions(); @endphp
@if ($filters || method_exists($this, 'getFiltersSchema')) @if ($filters) @foreach ($filters as $value => $label) @endforeach @endif @if (method_exists($this, 'getFiltersSchema')) {{ $this->getFiltersTriggerAction() }}
{{ $this->getFiltersSchema() }}
@endif
@endif @if ($footer)
{!! $footer !!}
@endif