]> source.dussan.org Git - sonarqube.git/commit
SONAR-2069 New treemap widget
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 6 Feb 2012 15:46:54 +0000 (16:46 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 6 Feb 2012 18:47:12 +0000 (19:47 +0100)
commitb9a7fa1711b0549417c48fc3100a01726f26b378
tree0286fbb97db411f9b9bb6090314ed1dbcc13f30c
parent6a174837516ec2457f881e30c2cd4ee3468455cb
SONAR-2069 New treemap widget
14 files changed:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/TreemapWidget.java [new file with mode: 0644]
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/models/treemap2.rb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/components/_treemap_gradient.rhtml
sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_gradient.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb
sonar-server/src/main/webapp/WEB-INF/lib/treemap/node.rb
sonar-server/src/main/webapp/javascripts/application.js
sonar-server/src/main/webapp/stylesheets/style.css