Skip to content
Snippets Groups Projects
Commit e31302b3 authored by Uma's avatar Uma
Browse files

Fixes #1045 ::Uma::Dashboard widget load has been addressed

parent f69ac306
No related branches found
No related tags found
1 merge request!450Fixes #1045 ::Uma::Dashboard widget load has been addressed
......@@ -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']], {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment