diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index 1da9626..2c2f1e6 100644 Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ diff --git a/gestaoRaul/templates/static/home/js/home.js b/gestaoRaul/templates/static/home/js/home.js index 9572830..f4a8a74 100644 --- a/gestaoRaul/templates/static/home/js/home.js +++ b/gestaoRaul/templates/static/home/js/home.js @@ -15,6 +15,7 @@ var chartVendas = new Chart("vendas", { data: { labels: [], datasets: [{ + label:'', fill: true, data: [], backgroundColor: barColors, @@ -80,7 +81,6 @@ var chartCuisine = new Chart("cuisine", { } }); -// O restante do código permanece inalterado const genericOptions = { responsive: true, hoverBackgroundColor: 'white', @@ -177,7 +177,6 @@ var chartCuisine = new Chart("cuisine", { case 'Dez': titulo = 'Dezembro' break; - // ... outros dias default: console.log("Dia inválido"); }