Rename function to drawLinkQ

This commit is contained in:
billz 2019-10-19 22:56:26 +01:00
parent bc07a78559
commit 8489f49999

View file

@ -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;