|  |  | @ -305,6 +305,7 @@ ChartView::ChartView(QWidget *parent) : QChartView(nullptr, parent) { | 
			
		
	
		
		
			
				
					
					|  |  |  |   axis_y = new QValueAxis(this); |  |  |  |   axis_y = new QValueAxis(this); | 
			
		
	
		
		
			
				
					
					|  |  |  |   chart->addAxis(axis_x, Qt::AlignBottom); |  |  |  |   chart->addAxis(axis_x, Qt::AlignBottom); | 
			
		
	
		
		
			
				
					
					|  |  |  |   chart->addAxis(axis_y, Qt::AlignLeft); |  |  |  |   chart->addAxis(axis_y, Qt::AlignLeft); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   chart->legend()->layout()->setContentsMargins(0, 0, 40, 0); | 
			
		
	
		
		
			
				
					
					|  |  |  |   chart->legend()->setShowToolTips(true); |  |  |  |   chart->legend()->setShowToolTips(true); | 
			
		
	
		
		
			
				
					
					|  |  |  |   chart->layout()->setContentsMargins(0, 0, 0, 0); |  |  |  |   chart->layout()->setContentsMargins(0, 0, 0, 0); | 
			
		
	
		
		
			
				
					
					|  |  |  |   chart->setMargins({20, 11, 11, 11}); |  |  |  |   chart->setMargins({20, 11, 11, 11}); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |