Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/panels/map/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h6>Max <tip>Maximum countries to plot</tip></h6>
<input class="input-mini" type="number" ng-model="panel.size" ng-change="set_refresh(true)">
</div>
<div class="span1"><h6>Map</h6>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','world-antarctica','europe','usa']"></select>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','world-antarctica','europe','usa','france_dept']"></select>
</div>
</div>
<div class="row-fluid">
Expand Down
3 changes: 3 additions & 0 deletions src/app/panels/map/lib/map.france_dept.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/panels/map/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Map

### Parameters
* map :: 'world', 'world-antarctica', 'us' or 'europe'
* map :: 'world', 'world-antarctica', 'us','france_dept' or 'europe'
* colors :: an array of colors to use for the regions of the map. If this is a 2
element array, jquerymap will generate shades between these colors
* size :: How big to make the facet. Higher = more countries
Expand Down