aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-08 15:51:26 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-08 15:51:26 +0200
commit9e731cf0334f13e7fb4d207cf8edcbcd774d687d (patch)
tree508ba7fd4784edad46f21ee2b8ec9fc3efe07053 /server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
parent1460b1ebdbbc550570a74c47d4415bce0b2941ed (diff)
downloadsonarqube-9e731cf0334f13e7fb4d207cf8edcbcd774d687d.tar.gz
sonarqube-9e731cf0334f13e7fb4d207cf8edcbcd774d687d.zip
SONAR-6626 drop Google Chart API (emulated by JFreeChart Eastwood)
Diffstat (limited to 'server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
index 65a6c9900fc..4fc10646ce1 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
@@ -357,16 +357,6 @@ module ApplicationHelper
#
#
- # JFree Eastwood is a partial implementation of Google Chart Api
- #
- #
- def gchart(parameters, options={})
- image_tag("#{ApplicationController.root_context}/gchart?#{parameters}", options)
- end
-
-
- #
- #
# Piechart for a distribution string or measure (foo=1;bar=2)
#
#