From f1b0618e9d849a045e3b1c6a8e18c0a4ca50d12f Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 3 Nov 2023 19:23:38 -0500 Subject: [PATCH] CE-604 Disable tooltips for now (our only active use case doesn't want them) --- src/qqq/components/widgets/charts/StackedBarChart.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qqq/components/widgets/charts/StackedBarChart.tsx b/src/qqq/components/widgets/charts/StackedBarChart.tsx index f949d83..82a5d5a 100644 --- a/src/qqq/components/widgets/charts/StackedBarChart.tsx +++ b/src/qqq/components/widgets/charts/StackedBarChart.tsx @@ -46,6 +46,10 @@ export const options = { duration: 0 }, plugins: { + tooltip: { + // todo - some configs around this + enabled: false + }, legend: { position: "bottom", labels: {