The map panel uses 2 letter country or US state codes to plot concentrations on a map. Darker terroritories mean more records matched that area. If multiple queries are sent from a single panel the <strong>first query will be displayed</strong>
</div>
</div>
<divclass="row-fluid">
<divclass="span3">
<form>
...
...
@@ -15,7 +9,6 @@
<selectng-change="$emit('render')"class="input-small"ng-model="panel.map"ng-options="f for f in ['world','europe','usa']"></select>
<selectclass="input-small"ng-model="panel.overflow"ng-options="f.value as f.key for f in [{key:'scroll',value:'height'},{key:'expand',value:'min-height'}]"></select>
<h6>Region</h6><select class="input-small" ng-model="dashboard.current.time.region" ng-options='f for f in ["africa","america","asia","atlantic","australia","europe","indian","pacific"]'></select>
<selectclass="input-small"ng-change="set_refresh(true);"ng-model="panel.queries.mode"ng-options="f for f in ['all','pinned','unpinned','selected']"></select>
<selectclass="input-small"ng-change="set_refresh(true);"ng-model="panel.queries.mode"ng-options="f for f in ['all','pinned','unpinned','selected']"></select>