Don't set y-axis label colors to curve's, use the default from global scheme
							parent
							
								
									c9104880c8
								
							
						
					
					
						commit
						46d6b1f6e4
					
				| 
						 | 
					@ -1231,7 +1231,8 @@ class ChartPlotWidget(pg.PlotWidget):
 | 
				
			||||||
                # (we need something that avoids clutter on x-axis).
 | 
					                # (we need something that avoids clutter on x-axis).
 | 
				
			||||||
                axis.add_sticky(
 | 
					                axis.add_sticky(
 | 
				
			||||||
                    pi=pi,
 | 
					                    pi=pi,
 | 
				
			||||||
                    bg_color=color,
 | 
					                    fg_color='black',
 | 
				
			||||||
 | 
					                    # bg_color=color,
 | 
				
			||||||
                    digits=digits,
 | 
					                    digits=digits,
 | 
				
			||||||
                )
 | 
					                )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue