From badd0364145f1c42f2dae918292ea3f72dbe7152 Mon Sep 17 00:00:00 2001 From: Havard Bjerke Date: Tue, 13 Jun 2023 14:18:17 +0200 Subject: [PATCH] fix: show ticks by default. --- react-app/src/component/Legend/ContinuousLegend.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-app/src/component/Legend/ContinuousLegend.tsx b/react-app/src/component/Legend/ContinuousLegend.tsx index 703c5a10..e2470d7e 100644 --- a/react-app/src/component/Legend/ContinuousLegend.tsx +++ b/react-app/src/component/Legend/ContinuousLegend.tsx @@ -113,7 +113,7 @@ export const ContinuousLegend: React.FC = ({ editedBreakPointValues, isLog, isNearest, - isRangeShown = false, + isRangeShown = true, legendFontSize = 18, tickFontSize = 12, numberOfTicks = 3,