/redmine_charts

A chart view for redmine bug infomation

Primary LanguageRuby

Redmine charts plugin

  1. Test under redmien git version.

  2. Install mattetti-googlecharts.

    gem sources -a http://gems.github.com/
    sudo gem install mattetti-googlecharts
  3. Check out redmine_charts source code to redmine/vendor/plugins

    git clone git@github.com:zjinys/redmine_charts.git $REDMINE_HOME/vendor/plugins
  4. I’am a newbie to rails , so it’s heave used active_record’s find_by_sql method.I’ll change this in next version.

  5. It’s only test under mysql now.

  6. Advice are welcome.