Show baseline bars length on in view read < 6
							parent
							
								
									41a8c23e44
								
							
						
					
					
						commit
						22c81eb5bf
					
				| 
						 | 
					@ -915,6 +915,7 @@ class ChartPlotWidget(pg.PlotWidget):
 | 
				
			||||||
        if (
 | 
					        if (
 | 
				
			||||||
            rbar < 0
 | 
					            rbar < 0
 | 
				
			||||||
            or l < xfirst
 | 
					            or l < xfirst
 | 
				
			||||||
 | 
					            or (rbar - lbar) < 6
 | 
				
			||||||
        ):
 | 
					        ):
 | 
				
			||||||
            # set fixed bars count on screen that approx includes as
 | 
					            # set fixed bars count on screen that approx includes as
 | 
				
			||||||
            # many bars as possible before a downsample line is shown.
 | 
					            # many bars as possible before a downsample line is shown.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue