Do not abbreviate values for fds & sockets
Draw nulls as zeroes, otherwise the msgs unack'ed graph will look choppy
This commit is contained in:
		
							parent
							
								
									c4dfdc6471
								
							
						
					
					
						commit
						cd99957d2d
					
				|  | @ -1146,8 +1146,8 @@ | ||||||
|       }, |       }, | ||||||
|       "yaxes": [ |       "yaxes": [ | ||||||
|         { |         { | ||||||
|           "decimals": null, |           "decimals": 0, | ||||||
|           "format": "short", |           "format": "none", | ||||||
|           "label": "", |           "label": "", | ||||||
|           "logBase": 1, |           "logBase": 1, | ||||||
|           "max": null, |           "max": null, | ||||||
|  | @ -1294,8 +1294,8 @@ | ||||||
|       }, |       }, | ||||||
|       "yaxes": [ |       "yaxes": [ | ||||||
|         { |         { | ||||||
|           "decimals": null, |           "decimals": 0, | ||||||
|           "format": "short", |           "format": "none", | ||||||
|           "label": null, |           "label": null, | ||||||
|           "logBase": 1, |           "logBase": 1, | ||||||
|           "max": null, |           "max": null, | ||||||
|  | @ -1490,7 +1490,7 @@ | ||||||
|       "lines": true, |       "lines": true, | ||||||
|       "linewidth": 1, |       "linewidth": 1, | ||||||
|       "links": [], |       "links": [], | ||||||
|       "nullPointMode": "null", |       "nullPointMode": "null as zero", | ||||||
|       "options": {}, |       "options": {}, | ||||||
|       "percentage": false, |       "percentage": false, | ||||||
|       "pointradius": 2, |       "pointradius": 2, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue