diff --git a/libraries/jquery/VtJqplotInterface.js b/libraries/jquery/VtJqplotInterface.js
index aeedf0cecadb6bee67fac6ee72fca90b331fc804..63ddc0c2ac5a6449474ecc8693204baf0ab6d16b 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']], {