mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Rename function to drawLinkQ
This commit is contained in:
		| @@ -40,12 +40,12 @@ Chart.Chart.pluginService.register({ | ||||
|         if (chart.config.centerText.display !== null && | ||||
|             typeof chart.config.centerText.display !== 'undefined' && | ||||
| 	    chart.config.centerText.display) { | ||||
|                 drawTotals(chart); | ||||
|                 drawLinkQ(chart); | ||||
|             } | ||||
|     } | ||||
| }); | ||||
|  | ||||
| function drawTotals(chart) { | ||||
| function drawLinkQ(chart) { | ||||
|  | ||||
|     let width = chart.chart.width; | ||||
|     let height = chart.chart.height; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user