Skip to content

Commit

Permalink
[MIM-1999] Opacity fix for dataLabels (#2828)
Browse files Browse the repository at this point in the history
Opacity fix for dataLabels
  • Loading branch information
Carl-OW authored Jul 24, 2024
1 parent 801ed5c commit 2d713e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/site/parts/highmap/Highmap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2d713e8

Please sign in to comment.