bugfixing

This commit is contained in:
MuslemRahimi 2024-08-07 22:18:58 +02:00
parent 2573e974bf
commit 170997bdc9

View File

@ -305,11 +305,9 @@ use([BarChart, GridComponent, CanvasRenderer])
Distribution of Monthly Returns
</h1>
<Lazy height={300} fadeOption={{delay: 100, duration: 500}} keep={true}>
<div class="app w-full h-[300px] mt-5 mb-16">
<Chart {init} options={optionsMonthlyDistributionReturn} class="chart" />
</div>
</Lazy>
<div class="app w-full h-[300px] mt-5 mb-16">
<Chart {init} options={optionsMonthlyDistributionReturn} class="chart" />
</div>
{/if}
</div>