@props([ 'title', 'subtitle' => '', 'kicker' => '', 'chartId' => null, 'height' => '280px', 'bodyClass' => '', 'comingSoon' => false, 'comingSoonNote' => '', ])
merge(['class' => 'mec-chart-panel']) }}>
@if($kicker !== '')
{{ $kicker }}
@endif

{{ $title }}

@if($subtitle !== '')

{{ $subtitle }}

@endif
@if($comingSoon)
Coming Soon
@if($comingSoonNote !== '')

{{ $comingSoonNote }}

@endif
@elseif($chartId)
@else {{ $slot }} @endif