Skip to content
Snippets Groups Projects
Commit 3a31afbf authored by Prasad's avatar Prasad
Browse files

Merge branch 'Dashboard_Widget_Load' into 'master'

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

See merge request !450
parents f69ac306 e31302b3
No related branches found
No related tags found
No related merge requests found
......@@ -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