diff --git a/ManagementPage/ManagementPage/wwwroot/js/temperature_chart.js b/ManagementPage/ManagementPage/wwwroot/js/temperature_chart.js index 162bdd0..d965776 100644 --- a/ManagementPage/ManagementPage/wwwroot/js/temperature_chart.js +++ b/ManagementPage/ManagementPage/wwwroot/js/temperature_chart.js @@ -48,7 +48,10 @@ function CreateChart(ctx, temp, humidity) { callback: function (value, index, values) { return value + '%'; } - } + }, + grid: { + drawOnChartArea: false, + }, }, x: { title: {