<selectclass="input-mini"ng-model="ctrl.panel.pointradius"ng-options="f for f in [1,2,3,4,5,6,7,8,9,10]"ng-change="ctrl.render()"></select>
<divclass="gf-form-select-wrapper">
<selectclass="gf-form-input"ng-model="ctrl.panel.linewidth"ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10]"ng-change="ctrl.render()"></select>
</div>
</div>
<divclass="editor-option">
<labelclass="small">Null point mode<tip>Define how null values should be drawn</tip></label>
<selectclass="input-medium"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="input-small"ng-model="ctrl.panel.tooltip.value_type"ng-options="f for f in ['cumulative','individual']"ng-change="ctrl.render()"></select>
<selectclass="gf-form-input"ng-model="ctrl.panel.tooltip.value_type"ng-options="f for f in ['cumulative','individual']"ng-change="ctrl.render()"></select>