Skip to content

Commit

Permalink
updated README.md to reflect the selectedBorderColor parameter addition
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxefdp committed Jul 7, 2017
1 parent 9ac858c commit 3375f40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jQuery('#vmap').vectorMap(
normalizeFunction: 'linear',
scaleColors: ['#b6d6ff', '#005ace'],
selectedColor: '#c9dfaf',
selectedBorderColor: '#ffffff',
selectedRegions: null,
showTooltip: true,
onRegionClick: function(element, code, region)
Expand Down Expand Up @@ -133,6 +134,10 @@ This option defines colors, with which regions will be painted when you set opti

Color for a region when you select it

***selectedBorderColor** *'#ffffff'*

Color a region border when you select it

**selectedRegions** *['MO', 'FL', 'OR']*

This is the Region that you are looking to have preselected (two letter ISO code, defaults to null ). See [REGIONS.md](REGIONS.md)
Expand Down

0 comments on commit 3375f40

Please sign in to comment.