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)) {