unique IDs for each chart

This commit is contained in:
hackerESQ
2024-08-04 18:28:03 -05:00
parent c9922ed370
commit b64117dbb9
3 changed files with 29 additions and 21 deletions
+3 -3
View File
@@ -89,7 +89,7 @@ new class extends Component {
<div class="flex items-center">
<h2 class="text-xl mr-4">Performance</h2>
<div id="chart-legend" class="flex space-around"></div>
<div id="chart-legend-dashboard" class="flex space-around"></div>
</div>
@@ -110,9 +110,9 @@ new class extends Component {
</div>
<div
class="relative h-[280px]"
class="h-[280px] mb-5"
>
<x-ib-apex-chart :data="[]" name="portfolio" />
<x-ib-apex-chart :data="[]" name="dashboard" />
</div>