From 3602e32490142b66d49c8a057d0805255e2c6b67 Mon Sep 17 00:00:00 2001 From: bcolloran Date: Tue, 19 Dec 2023 11:43:18 -0800 Subject: [PATCH] Rename "intTimePowerOfTen" to "singleDigitTimesPowerOfTen"; Silence warnings (#3727) --- .../components/data-graphic/guides/Axis.svelte | 17 +++++++++-------- .../lib/number-formatting/humanizer-types.ts | 2 +- .../src/lib/number-formatting/humanizer.ts | 6 +++--- ...ec.ts => SingleDigitTimesPowerOfTen.spec.ts} | 16 ++++++++-------- ...erOfTen.ts => SingleDigitTimesPowerOfTen.ts} | 6 +++--- 5 files changed, 24 insertions(+), 23 deletions(-) rename web-common/src/lib/number-formatting/strategies/{IntTimesPowerOfTen.spec.ts => SingleDigitTimesPowerOfTen.spec.ts} (90%) rename web-common/src/lib/number-formatting/strategies/{IntTimesPowerOfTen.ts => SingleDigitTimesPowerOfTen.ts} (93%) diff --git a/web-common/src/components/data-graphic/guides/Axis.svelte b/web-common/src/components/data-graphic/guides/Axis.svelte index 2b4a1763673..d1eb0829fca 100644 --- a/web-common/src/components/data-graphic/guides/Axis.svelte +++ b/web-common/src/components/data-graphic/guides/Axis.svelte @@ -3,7 +3,7 @@ This component will draw an axis on the specified side. -->