Merge branch 'master' of git.mosad.xyz:localhorst/e-commerce

This commit is contained in:
CodeSteak 2020-02-09 11:40:48 +01:00
commit da8c2e0a2b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
<h2>Lagereffizienz</h2>
<canvas id="warehouse-ef"></canvas>
<script>
chart('warehouse-ef', 'Lagerauslastung', [80, 70, 60, 75, 54], "%")
chart('warehouse-ef', 'Lagereffizienz', [80, 70, 60, 75, 54], "%")
</script>
</section>
<section class="spacer"></section>