Files
music_library/backlog/completed/ml-53 - Rewrite-vertical-bar-chart-component.md
2026-05-04 21:22:27 +01:00

731 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-53 Rewrite vertical bar chart component Done
2026-04-20 08:54
https://github.com/cloud8421/music_library/issues/122
high

Description

GitHub: created 2026-03-21 · updated 2026-03-21 · closed 2026-03-21

The current vertical chart component uses SVG, which means it's not natively responsive, and it has to rely on approximated calculations which make it difficult to render nicely at every viewport.

It needs to be rewritten with standard html elements laid out in a responsive grid, so that it renders appropriately for every viewport.