diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-19 16:53:16 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-25 10:17:18 +0200 |
commit | b9a9951a8a7f641b35761d5e91d1c2bd281b3db1 (patch) | |
tree | 9556ee1309baf4c3e2f90c1950ec1e0c2d1a2a84 /server/sonar-web/package.json | |
parent | 90d6bc5c7e173ac434ae4f60e2ab766602021919 (diff) | |
download | sonarqube-b9a9951a8a7f641b35761d5e91d1c2bd281b3db1.tar.gz sonarqube-b9a9951a8a7f641b35761d5e91d1c2bd281b3db1.zip |
SONAR-9841 display tooltip on language distribution chart
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index aecf565d6c1..4c8d13681cb 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -46,6 +46,8 @@ }, "devDependencies": { "@types/classnames": "2.2.0", + "@types/d3-array": "1.2.1", + "@types/d3-scale": "1.0.10", "@types/date-fns": "2.6.0", "@types/enzyme": "2.8.6", "@types/escape-html": "0.0.19", |