From 2ae51a4c28f5ccfb85540b7f52007ea1f0843ccf Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Sun, 27 Oct 2013 13:48:40 +0100 Subject: SONAR-4817 Replace timeline code base --- .../sonar/plugins/core/widgets/timeline.html.erb | 6 +- sonar-server/pom.xml | 3 +- .../WEB-INF/app/views/layouts/_head.html.erb | 3 +- .../src/main/webapp/javascripts/bubble-chart.js | 421 --------------------- .../src/main/webapp/javascripts/protovis-sonar.js | 241 ------------ .../webapp/javascripts/widgets/bubble-chart.js | 421 +++++++++++++++++++++ .../main/webapp/javascripts/widgets/timeline.js | 399 +++++++++++++++++++ sonar-server/src/main/webapp/stylesheets/style.css | 62 +++ 8 files changed, 889 insertions(+), 667 deletions(-) delete mode 100644 sonar-server/src/main/webapp/javascripts/bubble-chart.js create mode 100644 sonar-server/src/main/webapp/javascripts/widgets/bubble-chart.js create mode 100644 sonar-server/src/main/webapp/javascripts/widgets/timeline.js diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb index 82b6e765e1f..ea222abad37 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/timeline.html.erb @@ -162,15 +162,15 @@ <% else %> <% timeline = 'timeline' + widget.id.to_s %> -
 
-