-[Issue #1130](https://github.com/grafana/grafana/issues/1130). SinglestatPanel: Added null point handling, and value to text mapping
**Fixes**
-[Issue #1087](https://github.com/grafana/grafana/issues/1087). Panel: Fixed IE9 crash due to angular drag drop
-[Issue #1093](https://github.com/grafana/grafana/issues/1093). SingleStatPanel: Fixed position for drilldown link tooltip when dashboard requires scrolling
-[Issue #1095](https://github.com/grafana/grafana/issues/1095). DrilldownLink: template variables in params property was not interpolated
<labelclass="small">Null point mode<tip>Define how null values should handled, connected = ignored</tip></label>
<selectclass="input-medium"ng-model="panel.nullPointMode"ng-options="f for f in ['connected', 'null', 'null as zero']"ng-change="get_data()"></select>
</div>
</div>
<divclass="section">
...
...
@@ -38,6 +42,9 @@
<selectclass="input-small"ng-model="panel.format"ng-options="f for f in ['none','short','bytes', 'bits', 'bps', 's', 'ms', 'µs', 'ns', 'percent']"ng-change="render()"></select>