diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-03-21 14:17:08 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-03-21 14:20:23 +0100 |
commit | aacde0fd553ae382719099c4278cde9c9c542fc7 (patch) | |
tree | ecefaed3a2f5fda347f9ecb528681071e315f2b6 /server/sonar-web/src/main/js/components/charts | |
parent | 7e3819c67725d92e4078c16c4cdd3d6cb8629d5d (diff) | |
download | sonarqube-aacde0fd553ae382719099c4278cde9c9c542fc7.tar.gz sonarqube-aacde0fd553ae382719099c4278cde9c9c542fc7.zip |
adjust formatting
Diffstat (limited to 'server/sonar-web/src/main/js/components/charts')
-rw-r--r-- | server/sonar-web/src/main/js/components/charts/bubble-chart.js | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/components/charts/word-cloud.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/charts/bubble-chart.js b/server/sonar-web/src/main/js/components/charts/bubble-chart.js index 1ecd181f54a..026542309bc 100644 --- a/server/sonar-web/src/main/js/components/charts/bubble-chart.js +++ b/server/sonar-web/src/main/js/components/charts/bubble-chart.js @@ -46,7 +46,7 @@ export const Bubble = React.createClass({ if (this.props.tooltip) { tooltipAttrs = { 'data-toggle': 'tooltip', - 'title': this.props.tooltip + title: this.props.tooltip }; } return ( diff --git a/server/sonar-web/src/main/js/components/charts/word-cloud.js b/server/sonar-web/src/main/js/components/charts/word-cloud.js index b9fbaeb2959..f29ae2da943 100644 --- a/server/sonar-web/src/main/js/components/charts/word-cloud.js +++ b/server/sonar-web/src/main/js/components/charts/word-cloud.js @@ -35,7 +35,7 @@ export const Word = React.createClass({ if (this.props.tooltip) { tooltipAttrs = { 'data-toggle': 'tooltip', - 'title': this.props.tooltip + title: this.props.tooltip }; } return ( |