diff --git a/app/views/entries/index.html.erb b/app/views/entries/index.html.erb
index 02ed869..7aa8a94 100644
--- a/app/views/entries/index.html.erb
+++ b/app/views/entries/index.html.erb
@@ -66,8 +66,24 @@
<%= bar_chart @progress_chart_data,
+ suffix: "%",
donut: false,
height: "300px",
+ plugins: {
+ tooltip: {
+ callbacks: {
+ label: %|function(context) {
+ return context.dataset.label + ": " + context.raw + "%";
+ }|
+ }
+ },
+ legend: {
+ position: "bottom"
+ }
+ },
+
+
+
library: {
legend: { position: "bottom" },
tooltip: {