Skip to content

Commit

Permalink
Merged from official pull request elastic#630.
Browse files Browse the repository at this point in the history
Credit by y310.
  • Loading branch information
nmnishikata committed Jan 27, 2014
1 parent 4b8f34e commit d869b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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,6 +10,6 @@ <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="editor-option"><h6>Map</h6>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa']"></select>
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa', 'japan']"></select>
</div>
</div>
1 change: 1 addition & 0 deletions src/app/panels/map/lib/map.japan.js

Large diffs are not rendered by default.

0 comments on commit d869b12

Please sign in to comment.