Skip to content

Commit

Permalink
tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBernskiold committed Aug 30, 2024
1 parent 861826c commit 630f661
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/views/components/chart.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@props(['chartKey'])
<figure {{ $attributes->class('chart')->merge([
'x-data' => 'highchartsChart',
'x-data' => 'chart',
]) }}>
<div class="chart-container" id="{{ $chartKey }}" x-on:export-chart.document="exportChart" x-ref="container"></div>
<div class="chart-container"
id="{{ $chartKey }}"
x-on:export-chart.document="exportChart"
x-ref="container"></div>
{{ $slot }}
</figure>

0 comments on commit 630f661

Please sign in to comment.