This commit is contained in:
MuslemRahimi 2025-02-25 16:21:36 +01:00
parent c7a42ea1dd
commit c131dfd259
3 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,7 @@ if (browser) {
if (browser) {
Highcharts.setOptions({
lang: {
numericSymbols: ['k', 'M', 'B', 'T', 'P', 'E']
numericSymbols: ['K', 'M', 'B', 'T', 'P', 'E']
}
});
}

View File

@ -261,6 +261,7 @@
backgroundColor: "#09090B",
plotBackgroundColor: "#09090B",
height: 360, // Set the maximum height for the chart
width: 970,
animation: false,
},

View File

@ -283,6 +283,7 @@
backgroundColor: "#09090B",
plotBackgroundColor: "#09090B",
height: 360, // Set the maximum height for the chart
width: 970,
animation: false,
},
@ -490,14 +491,14 @@
</p>
<div
class="flex flex-row items-center justify-between w-full mt-2 sm:mt-0"
class="flex flex-col sm:flex-row items-start sm:items-center sm:justify-between w-full mt-2 sm:mt-0"
>
<div class="text-white text-sm italic mt-5 mb-3">
<div class="text-white text-xs sm:text-sm italic mt-5 mb-5">
Last Updated: {formatDate(
findLastNonNull(marketTideData, "time"),
)}
</div>
<div class="relative inline-block text-left w-fit">
<div class="relative inline-block text-left w-fit mb-3 sm:mb-0">
<DropdownMenu.Root>
<DropdownMenu.Trigger asChild let:builder>
<Button