diff --git a/web/src/beanflows/dashboard/templates/index.html b/web/src/beanflows/dashboard/templates/index.html index 71a0ce3..f05afe1 100644 --- a/web/src/beanflows/dashboard/templates/index.html +++ b/web/src/beanflows/dashboard/templates/index.html @@ -81,7 +81,7 @@ Country - Production + Production (1k bags) YoY % @@ -349,7 +349,7 @@ if (tsData.length > 0) { options: { responsive: true, plugins: {legend: {position: 'bottom'}}, - scales: {y: {beginAtZero: false}} + scales: {y: {title: {display: true, text: '1,000 60-kg bags'}, beginAtZero: false}} } }); } @@ -373,7 +373,7 @@ if (stuData.length > 0) { options: { responsive: true, plugins: {legend: {display: false}}, - scales: {y: {beginAtZero: false}} + scales: {y: {title: {display: true, text: 'Stock-to-Use (%)'}, beginAtZero: false}} } }); } @@ -597,7 +597,7 @@ if (topData.length > 0) { indexAxis: 'y', responsive: true, plugins: {legend: {display: false}}, - scales: {x: {beginAtZero: true}} + scales: {x: {title: {display: true, text: '1,000 60-kg bags'}, beginAtZero: true}} } }); }