]> source.dussan.org Git - sonarqube.git/commit
SONAR-2074 Improve timeline widget
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 19 Aug 2011 13:57:22 +0000 (15:57 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Fri, 19 Aug 2011 16:27:44 +0000 (18:27 +0200)
commit12ebcddbcec1e865f271c1fc258ba52fd1c99ae9
tree11f4d90553c9551ed271a3424d10ca285e58a3c0
parentd3d1f85b2f8d5a88c46c71839d45e7cc26a86ff8
SONAR-2074 Improve timeline widget

- Improve JS code
- Sort the trends directly in the TrendsChart Ruby class
- Add optional title for graph
- Graph aware of differential view system
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/TimelineWidget.java
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb
sonar-server/pom.xml
sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb
sonar-server/src/main/webapp/javascripts/protovis-sonar.js