]> source.dussan.org Git - sonarqube.git/commit
SONAR-9418 Display tooltips when hovering the project activity graphs
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 3 Jul 2017 15:22:06 +0000 (17:22 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 13 Jul 2017 12:34:17 +0000 (14:34 +0200)
commit223c274b837e855af0dc8c6fa7be3ea591f34feb
treefe2548f8917c9c9edd90dbf4da85ff0d40280d79
parent6d24aaa1516a0a1b5d92eceb2495b92ccbc7182c
SONAR-9418 Display tooltips when hovering the project activity graphs
30 files changed:
server/sonar-web/src/main/js/apps/overview/components/OverviewApp.js
server/sonar-web/src/main/js/apps/overview/events/PreviewGraph.js
server/sonar-web/src/main/js/apps/projectActivity/__tests__/__snapshots__/utils-test.js.snap
server/sonar-web/src/main/js/apps/projectActivity/components/Events.js
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltips.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContent.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentCoverage.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentDuplication.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsTooltipsContentOverview.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityApp.js
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphs.js
server/sonar-web/src/main/js/apps/projectActivity/components/StaticGraphs.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltips-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContent-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentCoverage-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentDuplication-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsTooltipsContentOverview-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/StaticGraphs-test.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltips-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContent-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentCoverage-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentDuplication-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsTooltipsContentOverview-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/ProjectActivityGraphs-test.js.snap
server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css
server/sonar-web/src/main/js/apps/projectActivity/utils.js
server/sonar-web/src/main/js/components/charts/AdvancedTimeline.js
server/sonar-web/src/main/js/components/ui/Rating.js
server/sonar-web/src/main/less/components/bubble-popup.less
server/sonar-web/src/main/less/components/graphics.less