alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
131 stars 79 forks source link

Graphs versions by hours/Assignee and issues by situation #87

Open nimuytan opened 11 years ago

nimuytan commented 11 years ago

In Human Resource Management.the graph Assignee and issues by situation doesn´t appear I´m running redmine 2.3.1.stable and redmine_monitoring_controlling 0.1.1, ruby 1.9.3p448  I think the reason could be for the ruby version, because in 1.8 is working fine but I need ruby 1.9 for some others plugins. Something I found different is additionals quoutes in the code with ruby 1.9 that are not in 1.8.

ruby 1.8:

data: [ {y: 0, user_id: 1, issue_status_id: 4}, ]

ruby 1.9:

data: [ ["{y: 1, user_id: 12, issue_status_id: 1},"] ]

image