From 9ebeeb47f42cfd08d7c93e5d3d62812d04612a7b Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Thu, 29 Jun 2023 16:33:52 -0400 Subject: [PATCH] stacked exp bar chart correctly --- services/api/src/html/ingest.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api/src/html/ingest.html b/services/api/src/html/ingest.html index d9e90a1..192cdb3 100644 --- a/services/api/src/html/ingest.html +++ b/services/api/src/html/ingest.html @@ -150,7 +150,7 @@

Experience Events By ID

-

(0, 0, 0, 0)

+

(0, 0, 0, 0)

@@ -280,7 +280,7 @@ type: "bar", options: { scales: { - y: { beginAtZero: true, suggestedMin: 0 }, + y: { stacked: true, beginAtZero: true, suggestedMin: 0 }, x: { stacked: true, type: "timeseries" }, }, },