From 2d713e81f877b6ed7370a21c4cfad17056f351bf Mon Sep 17 00:00:00 2001 From: Carl-OW <142233642+Carl-OW@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:16:14 +0200 Subject: [PATCH] [MIM-1999] Opacity fix for dataLabels (#2828) Opacity fix for dataLabels --- src/main/resources/site/parts/highmap/Highmap.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/site/parts/highmap/Highmap.jsx b/src/main/resources/site/parts/highmap/Highmap.jsx index f115988ab..8fa7c4bc1 100644 --- a/src/main/resources/site/parts/highmap/Highmap.jsx +++ b/src/main/resources/site/parts/highmap/Highmap.jsx @@ -86,7 +86,7 @@ function generateSeries(tableData, mapDataSecondColumn, color) { // dummy series to show outline of all areas allAreas: true, showInLegend: false, - opacity: 0.3, + opacity: 1, }, ...Object.entries(dataSeries).map(([name, values]) => { return {