Exec Dashboards: Add sparkline to the metrics comparative table
Overview
Once the Exec Dashboards MVC will be completed, we need to add sparklines to help our users quickly understand the metrics performance over time.
Problem to solve
User experience goal
- Quickly identify patterns in metrics trends (seasonal changes or other cycles).
- Quickly compare metrics improvement over time.
Proposal
- Add sparklines line charts for each metrics.
- The sparkline will display the metrics value trends (not change rate %).
- The sparkline will display the past six months data, aggregated monthly.
- Data order from left to right.
- Y-Axis start at 0.
- To improve performance please consider lazy loading of the sparklines.
- Out of scope for this issue - highlight the sparklines maximum and minimum values in a different color.
Edited by Haim Snir