]> source.dussan.org Git - sonarqube.git/commit
SONAR-11556 Make bubblechart legend actionable
authorJeremy Davis <jeremy.davis@sonarsource.com>
Thu, 3 Dec 2020 10:56:59 +0000 (11:56 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 4 Dec 2020 20:06:50 +0000 (20:06 +0000)
commit17439910a22be35c8f4a9d601ab8a4b524df287a
tree8c582c96c295832b7ea66a598065f1513efdb9f4
parent9676f33bfcdeb599e26de963a938e33e753261fe
SONAR-11556 Make bubblechart legend actionable
15 files changed:
server/sonar-web/src/main/js/apps/component-measures/drilldown/BubbleChart.tsx
server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/BubbleChart-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/component-measures/drilldown/__tests__/__snapshots__/BubbleChart-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projects/visualizations/Risk.tsx
server/sonar-web/src/main/js/apps/projects/visualizations/SimpleBubbleChart.tsx
server/sonar-web/src/main/js/apps/projects/visualizations/__tests__/Risk-test.tsx
server/sonar-web/src/main/js/apps/projects/visualizations/__tests__/SimpleBubbleChart-test.tsx
server/sonar-web/src/main/js/apps/projects/visualizations/__tests__/__snapshots__/Risk-test.tsx.snap
server/sonar-web/src/main/js/apps/projects/visualizations/__tests__/__snapshots__/SimpleBubbleChart-test.tsx.snap
server/sonar-web/src/main/js/components/charts/ColorBoxLegend.css
server/sonar-web/src/main/js/components/charts/ColorRatingsLegend.tsx
server/sonar-web/src/main/js/components/charts/__tests__/ColorRatingsLegend-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/charts/__tests__/__snapshots__/ColorRatingsLegend-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/mocks/projects.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties