mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
grafico cozinha dinamico
This commit is contained in:
@@ -26,6 +26,7 @@ RRB&C - DashBoard
|
||||
{% block 'body' %}
|
||||
|
||||
<body>
|
||||
|
||||
<h1>DashBoard</h1>
|
||||
<div class="grid-container">
|
||||
|
||||
@@ -45,11 +46,15 @@ RRB&C - DashBoard
|
||||
<h4> Gráficos de vendas </h4>
|
||||
<div></div>
|
||||
<canvas id="vendas" style="width:100%;height: 85%;max-width:100%; background-color: rgb(191, 225, 255);border-radius: 5px;">
|
||||
|
||||
|
||||
</canvas>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card">
|
||||
<h4> Gráficos cozinha </h4>
|
||||
<div></div>
|
||||
<canvas id="cuisine" style="width:100%;height: 85%;max-width:100%; background-color: rgb(191, 225, 255);border-radius: 5px;">
|
||||
</canvas>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user