<selectclass="gf-form-input max-width-8"ng-model="ctrl.panel.nullPointMode"ng-options="f for f in ['connected', 'null', 'null as zero']"ng-change="ctrl.render()"></select>
<selectclass="gf-form-input max-width-8"ng-model="ctrl.panel.nullPointMode"ng-options="f for f in ['connected', 'null', 'null as zero']"ng-change="ctrl.render()"></select>
<selectclass="gf-form-input"ng-model="ctrl.panel.tooltip.shared"ng-options="f.value as f.text for f in [{text: 'All series', value: true}, {text: 'Single', value: false}]"ng-change="ctrl.render()"></select>
<selectclass="gf-form-input"ng-model="ctrl.panel.tooltip.shared"ng-options="f.value as f.text for f in [{text: 'All series', value: true}, {text: 'Single', value: false}]"ng-change="ctrl.render()"></select>
</div>
</div>
</div>
</div>
<divclass="gf-form">
<labelclass="gf-form-label width-9">Tooltip ordering<tip>The ordering from top to bottom</tip></label>
<divclass="gf-form-select-wrapper max-width-8">
<selectclass="gf-form-input"ng-model="ctrl.panel.tooltip.ordering"ng-options="f.value as f.text for f in [{text: 'Alphabetical', value: 'alphabetical'}, {text: 'Increasing', value: 'increasing'}, {text: 'Decreasing', value: 'decreasing'}]"ng-change="ctrl.render()"></select>