From 475323ddd5124a422606f8d082a550ff7259d1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Tue, 18 Sep 2018 17:18:16 +0200 Subject: [PATCH] User Interface enhancements Progress graph for the proposal dashboard now has its legend on the bottom. This improves the visualization on mobile platforms. --- app/assets/javascripts/dashboard_graphs.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/javascripts/dashboard_graphs.js b/app/assets/javascripts/dashboard_graphs.js index ad4472733..554fe3f96 100644 --- a/app/assets/javascripts/dashboard_graphs.js +++ b/app/assets/javascripts/dashboard_graphs.js @@ -194,9 +194,6 @@ x: { lines: this.achievements } - }, - legend: { - position: 'right' } }); };