From e31302b33bf540975c57b881b37a5654442be297 Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Mon, 7 Oct 2019 17:25:12 +0530
Subject: [PATCH] Fixes #1045 ::Uma::Dashboard widget load has been addressed

---
 libraries/jquery/VtJqplotInterface.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/jquery/VtJqplotInterface.js b/libraries/jquery/VtJqplotInterface.js
index aeedf0cec..63ddc0c2a 100644
--- a/libraries/jquery/VtJqplotInterface.js
+++ b/libraries/jquery/VtJqplotInterface.js
@@ -9,7 +9,7 @@
 
 var vtJqPlotInterface = function() {
 
-    this.legendPlacement = 'outsideGrid'; /* refer: http://www.jqplot.com/docs/files/jqplot-core-js.html#Legend.placement */
+    this.legendPlacement = 'outside'; /* refer: http://www.jqplot.com/docs/files/jqplot-core-js.html#Legend.placement */
 
     this.renderPie = function() {
         this.element.jqplot([this.data['chartData']], {
-- 
GitLab