diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-12-17 16:57:15 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-10 20:46:14 +0100 |
commit | b52ac0f12f454c4e15acdf71b8578d71332956fb (patch) | |
tree | ff2f51e8fa839a48daac6b3b7c96d03d0578a8c0 /server/sonar-web/public | |
parent | 26f66a70c8de871cc93f234398412966f160b1b8 (diff) | |
download | sonarqube-b52ac0f12f454c4e15acdf71b8578d71332956fb.tar.gz sonarqube-b52ac0f12f454c4e15acdf71b8578d71332956fb.zip |
SONAR-12632 Turn activity graph components into globally shared components
- Move activity graph components to the shared components folder
- Make activity graph local storage logic re-usable
- Refactor CSS
Diffstat (limited to 'server/sonar-web/public')
-rw-r--r-- | server/sonar-web/public/images/activity-chart.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/public/images/activity-chart.svg b/server/sonar-web/public/images/activity-chart.svg new file mode 100644 index 00000000000..0f38b445036 --- /dev/null +++ b/server/sonar-web/public/images/activity-chart.svg @@ -0,0 +1 @@ +<svg width="53" height="57" xmlns="http://www.w3.org/2000/svg"><g transform="translate(2 2)" fill="none" fill-rule="evenodd"><rect x="5" y="34" width="10" height="18" rx="2"/><path d="M14.054 34.935v16.13H5.946v-16.13h8.108m0-1.935H5.946A1.94 1.94 0 004 34.935v16.13A1.94 1.94 0 005.946 53h8.108A1.94 1.94 0 0016 51.065v-16.13A1.94 1.94 0 0014.054 33z" fill="#236A97" fill-rule="nonzero"/><rect x="20" y="26" width="10" height="26" rx="2"/><path d="M29.054 26.931v24.138h-8.108V26.931h8.108m0-1.931h-8.108A1.939 1.939 0 0019 26.931v24.138c0 1.066.871 1.931 1.946 1.931h8.108A1.939 1.939 0 0031 51.069V26.931A1.939 1.939 0 0029.054 25z" fill="#236A97" fill-rule="nonzero"/><rect x="34" y="10" width="10" height="43" rx="2"/><path d="M43.054 10.927v40.146h-8.108V10.927h8.108m0-1.927h-8.108A1.936 1.936 0 0033 10.927v40.146c0 1.064.871 1.927 1.946 1.927h8.108A1.936 1.936 0 0045 51.073V10.927A1.936 1.936 0 0043.054 9z" fill="#236A97" fill-rule="nonzero"/><path stroke="#236A97" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M5 24L19.986 9.998l4.93 4.532L40 0"/><path stroke="#236A97" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" d="M40 6V0h-6M0 21v32h49"/></g></svg>
\ No newline at end of file |