Skip to content

Commit

Permalink
fix(home): hide options on ocsge deploiement map
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Nov 12, 2024
1 parent 905911f commit 99c1203
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/scripts/components/charts/HighchartsMapOcsge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ const HighchartsMapOcsge: React.FC = () => {
},
],
mapNavigation: {
enabled: true,
buttonOptions: {
verticalAlign: 'bottom',
},
enabled: false,
},
exporting: {
enabled: false,
},
mapView: {
projection: {
Expand Down

0 comments on commit 99c1203

Please sign in to comment.