mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Rename function to drawLinkQ
This commit is contained in:
parent
bc07a78559
commit
8489f49999
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue