corona-warn-app / cwa-website

Corona-Warn-App website. The CWA development ended on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
521 stars 224 forks source link

Dashboard: Disabled stacking for line charts #3347

Closed thorbenkuro closed 1 year ago

thorbenkuro commented 1 year ago

This PR changes the presentation of line charts on the Dashboard. Some charts, like the "Sharing behaviour"-chart for QR codes presented the daily data in a Bar chart, when filtering for "Last 28 days". The presentation changed to a line chart, when filtering the "last 6 months"/"Total", but kept the stacking behaviour of the bar chart. When using a line chart it is not common to stack the data-sets this way, which might lead to confusion. That is why I removed the stacking behaviour for the aforementioned line charts in this PR.

Current (stacked) line chart:

Line Chart stacked

New (not stacked) line chart:

Line Chart noStacked
thorbenkuro commented 1 year ago

Right now GitHub Actions seems to be unavailable, according to the error message of the build pipeline. I will trigger the checks again as soon as possible. Retriggered checks and everything is looking good.

brianebeling commented 1 year ago

The chart in question has been updated in the meanwhile to be more representative (bar chat)