Skip to content

Commit

Permalink
Add new features to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed May 23, 2022
1 parent 28ceae7 commit d6c8467
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ <h2>Population desity (emojis as flags)</h2>
data: svgMapDataPopulation,
flagType: 'emoji',
mouseWheelZoomEnabled: true,
mouseWheelZoomWithKey: true
mouseWheelZoomWithKey: true,
showContinentSelector: true
});
</script>
</div>
Expand All @@ -70,7 +71,8 @@ <h2>Average person height (no flags, German language)</h2>
mouseWheelZoomEnabled: true,
mouseWheelZoomWithKey: true,
mouseWheelKeyMessage: 'Bitte [ALT] drücken um zu zoomen',
mouseWheelKeyMessageMac: 'Bitte [COMMAND] drücken um zu zoomen'
mouseWheelKeyMessageMac: 'Bitte [COMMAND] drücken um zu zoomen',
showZoomReset: true
});
</script>
</div>
Expand Down

0 comments on commit d6c8467

Please sign in to comment.