We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a1398 commit f8536b9Copy full SHA for f8536b9
1 file changed
src/app/panels/map/editor.html
@@ -10,6 +10,6 @@ <h6>Max <tip>Maximum countries to plot</tip></h6>
10
<input class="input-mini" type="number" ng-model="panel.size" ng-change="set_refresh(true)">
11
</div>
12
<div class="span1"><h6>Map</h6>
13
- <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','cn']"></select>
14
15
0 commit comments