]> source.dussan.org Git - sonarqube.git/commit
SONAR-9546 Sync tooltips from the two graphs
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 17 Jul 2017 15:26:44 +0000 (17:26 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 19 Jul 2017 08:10:10 +0000 (10:10 +0200)
commit097f6826b2c684e22f4d57bd1d09c3a7029e5b55
tree42e2c2e7ed83b08b9716436199be20e977a44d46
parentc79679129c7414e04c7c1d49e9c58ed5390748d7
SONAR-9546 Sync tooltips from the two graphs
server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/GraphsHistory.js
server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityGraphs.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphHistory-test.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/GraphsHistory-test.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/ProjectActivityGraphs-test.js
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphHistory-test.js.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectActivity/components/__tests__/__snapshots__/GraphsHistory-test.js.snap
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/components/charts/AdvancedTimeline.js