@@ -362,15 +362,24 @@ <h5>Global options</h5>
362
362
< h5 > Circle parameters</ h5 >
363
363
< div class ="gf-form ">
364
364
< label class ="gf-form-label width-10 "> Minimum size</ label >
365
- < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.circleMinSize " ng-change ="ctrl.refresh () "
365
+ < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.circleMinSize " ng-change ="ctrl.render () "
366
366
placeholder ="1 " ng-model-onblur />
367
367
</ div >
368
368
< div class ="gf-form ">
369
369
< label class ="gf-form-label width-10 "> Maximum size</ label >
370
- < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.circleMaxSize " ng-change ="ctrl.refresh () "
370
+ < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.circleMaxSize " ng-change ="ctrl.render () "
371
371
placeholder ="10 " ng-model-onblur />
372
372
</ div >
373
-
373
+ < div class ="gf-form ">
374
+ < label class ="gf-form-label width-10 "> Enable strokes</ label >
375
+ < gf-form-switch checked ="ctrl.panel.circleOptions.strokeEnabled " on-change ="ctrl.redrawCircles() ">
376
+ </ gf-form-switch >
377
+ </ div >
378
+ < div class ="gf-form ">
379
+ < label class ="gf-form-label width-10 "> Stroke width</ label >
380
+ < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.circleOptions.strokeWeight " ng-change ="ctrl.redrawCircles() "
381
+ placeholder ="3 " ng-model-onblur />
382
+ </ div >
374
383
</ div >
375
384
376
385
< div class ="gf-form-group " style ="overflow-x: visible ">
@@ -396,7 +405,7 @@ <h5>Map thresholds to colors</h5>
396
405
397
406
< div class ="gf-form-group ">
398
407
< h5 > Popup labels</ h5 >
399
- < gf-form-switch class ="gf-form " label ="Sticky " label-class ="width-10 " checked ="ctrl.panel.stickyLabels " on-change ="ctrl.toggleStickyLabels () ">
408
+ < gf-form-switch class ="gf-form " label ="Sticky " label-class ="width-10 " checked ="ctrl.panel.stickyLabels " on-change ="ctrl.redrawCircles () ">
400
409
</ gf-form-switch >
401
410
< gf-form-switch class ="gf-form " label ="Auto-pan " label-class ="width-10 " checked ="ctrl.panel.autoPanLabels " on-change ="ctrl.render() ">
402
411
</ gf-form-switch >
0 commit comments