From 7196df20c9c0b2a5eca11a717577eed4464cfc78 Mon Sep 17 00:00:00 2001 From: adibarra <93070681+adibarra@users.noreply.github.com> Date: Mon, 4 May 2026 10:10:08 -0500 Subject: [PATCH] fix(inference): y_costn y-axis label should be ($) not (%) --- .../app/src/components/inference/inference-chart-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/inference/inference-chart-config.json b/packages/app/src/components/inference/inference-chart-config.json index 638f05d8..e26d237e 100644 --- a/packages/app/src/components/inference/inference-chart-config.json +++ b/packages/app/src/components/inference/inference-chart-config.json @@ -37,7 +37,7 @@ "y_costh_title": "Cost per Million Total Tokens (Owning - Hyperscaler)", "y_costh_roofline": "lower_right", "y_costn": "costn.y", - "y_costn_label": "Cost per Million Total Tokens (%)", + "y_costn_label": "Cost per Million Total Tokens ($)", "y_costn_title": "Cost per Million Total Tokens (Owning - Neocloud Giant)", "y_costn_roofline": "lower_right", "y_costr": "costr.y", @@ -128,7 +128,7 @@ "y_costh_title": "Cost per Million Total Tokens (Owning - Hyperscaler)", "y_costh_roofline": "lower_left", "y_costn": "costn.y", - "y_costn_label": "Cost per Million Total Tokens (%)", + "y_costn_label": "Cost per Million Total Tokens ($)", "y_costn_title": "Cost per Million Total Tokens (Owning - Neocloud Giant)", "y_costn_roofline": "lower_left", "y_costr": "costr.y",