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:
parent
1eeddaf0f2
commit
cd147b62b2
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
placement: 'outside',
|
||||
},
|
||||
render: function(data, params) {
|
||||
params = jQuery.parseJSON(params);
|
||||
if (params['title'] !== undefined) {
|
||||
this.title = params['title'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue