mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Rename function to drawLinkQ
This commit is contained in:
parent
bc07a78559
commit
8489f49999
@ -40,12 +40,12 @@ Chart.Chart.pluginService.register({
|
|||||||
if (chart.config.centerText.display !== null &&
|
if (chart.config.centerText.display !== null &&
|
||||||
typeof chart.config.centerText.display !== 'undefined' &&
|
typeof chart.config.centerText.display !== 'undefined' &&
|
||||||
chart.config.centerText.display) {
|
chart.config.centerText.display) {
|
||||||
drawTotals(chart);
|
drawLinkQ(chart);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function drawTotals(chart) {
|
function drawLinkQ(chart) {
|
||||||
|
|
||||||
let width = chart.chart.width;
|
let width = chart.chart.width;
|
||||||
let height = chart.chart.height;
|
let height = chart.chart.height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user