From 190b6649b7772d29089b45d897d6afe99363d66c Mon Sep 17 00:00:00 2001 From: dm5wk Date: Thu, 13 Jun 2024 12:51:54 +0200 Subject: [PATCH] no grouping for 1000s in numbers --- band-plan.html | 1 + 1 file changed, 1 insertion(+) diff --git a/band-plan.html b/band-plan.html index d155952..85a3e9a 100644 --- a/band-plan.html +++ b/band-plan.html @@ -129,6 +129,7 @@ div>label { const formatter = new Intl.NumberFormat("en-US", { minimumFractionDigits: minimum_fraction_digits, maximumFractionDigits: 100, + useGrouping: false, }); header.columns.forEach((col) => { if (header.columns.includes(col)) {