From: miha-q <> Date: Sun, 4 Aug 2024 01:44:57 +0000 (-0400) Subject: Sat Aug 3 09:44:57 PM EDT 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=208425445b62f7eea47c1caf683ed18658e5c00c;p=QAnsel.git Sat Aug 3 09:44:57 PM EDT 2024 --- diff --git a/src/index.html b/src/index.html index c2e8da2..1a0960c 100644 --- a/src/index.html +++ b/src/index.html @@ -885,6 +885,7 @@ resultsChart.options.animation.duration = 0; resultsChart.config.options.scales.y.ticks.color = "black"; resultsChart.config.options.scales.x.ticks.color = "black"; + Chart.defaults.font.weight = "bold"; resultsChart.update(); for (var i = 0; i < $(".program-track td").length; i++) { @@ -934,6 +935,7 @@ resultsChart.data.datasets[0].backgroundColor = backups[1]; resultsChart.config.options.scales.y.ticks.color = backups[3]; resultsChart.config.options.scales.x.ticks.color = backups[4]; + Chart.defaults.font.weight = null; resultsChart.update(); resultsChart.options.animation.duration = backups[2]; for (var i = 0; i < $(".program-track td").length; i++) diff --git a/src/src.zip b/src/src.zip index d2780fc..2edc0b9 100644 Binary files a/src/src.zip and b/src/src.zip differ