PT3.3s: demo portal Main Dashboard - vertical scales
- 
					
					
					
					
  
- 
					
					
					
					
 @rohan Is there a question about the vertical scales? 
- 
					
					
					
					
 The right-y scales look wrong. 
 In the image for Num BI we can see right-y values of: ..600 MiB, 800 MiB, 1000 MiB, 1 GiB, 1 GiB, 2 GiB
 In the image for Locking activity we can see right-y values of: ....400, 600, 800, 1 K, 1K
- 
					
					
					
					
 That's an unfortunate rounding problem in the Grafana libraries. I don't think we can fix it ourselves. 
- 
					
					
					
					
 I assume this is a linear scale, so the right-Y labels should be read in ascending order as: 
 NumBI: ..., 600, 800, 1200, 1400, 1600
 Locking activity: ..., 600, 800, 1000, 1200Correct? 
- 
					
					
					
					
 @rob-fitzpatrick Yes, that is correct. 
 
			
		