Skip to content
Snippets Groups Projects
Commit 7e30e85b authored by Toufic Batache's avatar Toufic Batache
Browse files

Fix graph bug when hovering over last value

parent c4779219
Branches
Tags 0.0.671
No related merge requests found
Pipeline #13947 passed
......@@ -1276,9 +1276,9 @@
class="self-end mt-0.5 ml-1 text-nowrap text-sm text-gray-800 bg-gray-200 px-1.5 rounded-lg"
>
{@html formatLongOrdinalSup(
deciles.find(
(deciles.find(
([, end]) => end > delta[index],
)[0],
) ?? deciles[deciles.length - 1])[0],
)} dixième
</span>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment