Bug #1501: Global progress chart axis in project dashboard are wrong painted

Array with parameters was not correctly parsed

FEA: ItEr76S04BugFixing
This commit is contained in:
Diego Pino 2012-07-11 16:33:57 +02:00
parent 1eeddaf0f2
commit cd147b62b2

View file

@ -57,6 +57,7 @@
placement: 'outside',
},
render: function(data, params) {
params = jQuery.parseJSON(params);
if (params['title'] !== undefined) {
this.title = params['title'];
}