Description
Currently, the Live View utilizes a single combined graph for all metrics. While space-efficient on mobile, this causes overlapping lines that can be hard to read. On larger screens, we have the real estate to visualize the data more effectively.
Proposed Solution
Provide an option in the Live View to separate the metrics into their own individual graphs instead of combining them.
- Layout constraints: The separated graphs must dynamically scale their height so that all of them fit within the viewport simultaneously, eliminating the need to scroll vertically to view different metrics.
- This toggle/view should ideally be responsive, targeting larger displays (desktops, tablets, etc.).
Description
Currently, the Live View utilizes a single combined graph for all metrics. While space-efficient on mobile, this causes overlapping lines that can be hard to read. On larger screens, we have the real estate to visualize the data more effectively.
Proposed Solution
Provide an option in the Live View to separate the metrics into their own individual graphs instead of combining them.