Skip to content

Commit f8536b9

Browse files
committed
add cn map
1 parent 67a1398 commit f8536b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/panels/map/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ <h6>Max <tip>Maximum countries to plot</tip></h6>
1010
<input class="input-mini" type="number" ng-model="panel.size" ng-change="set_refresh(true)">
1111
</div>
1212
<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>
13+
<select ng-change="$emit('render')" class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa','cn']"></select>
1414
</div>
1515
</div>

0 commit comments

Comments
 (0)