|  |  | @ -1047,6 +1047,9 @@ LineGraph.prototype._drawLineGraph = function (dataset, group) { | 
			
		
	
		
			
				
					|  |  |  | var svgHeight = Number(this.svg.style.height.replace("px","")); | 
			
		
	
		
			
				
					|  |  |  | path = DOMutil.getSVGElement('path', this.svgElements, this.svg); | 
			
		
	
		
			
				
					|  |  |  | path.setAttributeNS(null, "class", group.className); | 
			
		
	
		
			
				
					|  |  |  | if(group.style !== undefined) { | 
			
		
	
		
			
				
					|  |  |  | path.setAttributeNS(null, "style", group.style); | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  |  | 
			
		
	
		
			
				
					|  |  |  | // construct path from dataset | 
			
		
	
		
			
				
					|  |  |  | if (group.options.catmullRom.enabled == true) { | 
			
		
	
	
		
			
				
					|  |  |  |