]> source.dussan.org Git - sonarqube.git/commit
SONAR-9418 Add tooltips on the project dashboard preview graph
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 10 Jul 2017 09:23:58 +0000 (11:23 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 13 Jul 2017 12:34:17 +0000 (14:34 +0200)
commit598a5a81e4842fa03705f7f1c26a79bc520c70ef
tree322a37d422c83618e70218b34067f268209c7864
parente74ceaafe5549e07cc8ab52c7fb39945a6c3ed83
SONAR-9418 Add tooltips on the project dashboard preview graph
17 files changed:
server/sonar-web/src/main/js/apps/overview/events/AnalysesList.js
server/sonar-web/src/main/js/apps/overview/events/PreviewGraph.js
server/sonar-web/src/main/js/apps/overview/events/PreviewGraphTooltips.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/events/PreviewGraphTooltipsContent.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/events/__tests__/PreviewGraphTooltips-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/events/__tests__/PreviewGraphTooltipsContent-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/events/__tests__/__snapshots__/PreviewGraphTooltips-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/events/__tests__/__snapshots__/PreviewGraphTooltipsContent-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/meta/Meta.js
server/sonar-web/src/main/js/apps/overview/styles.css
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsHistory.js
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltips.js
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContent.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltips-test.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContent-test.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltips-test.js.snap
server/sonar-web/src/main/less/init/misc.less