Blog Post: Ranking vs. Part-to-Whole Visualizations
Why I Chose This Dataset For this assignment I worked with the provided dataset containing Average Position over Time . I chose it because it’s simple but perfect for demonstrating two design frameworks we studied, Ranking and Part-to-Whole . The data tracks performance over time, and I wanted to see not just which periods performed best , but also how the results break down overall . The Story My Visualizations Tell Ranking Chart (Bar Chart) The ranking chart sorts each time period by Average Position (with lower being better). This makes it easy to see which times had the strongest performance and how each period compares to the others. The rank labels on each bar highlight the exact order. From this chart, it’s immediately clear that certain periods consistently ranked at the top, while others lagged behind. Part-to-Whole Chart (Donut Chart) The donut chart divides all observations into four quartile groups (Q1–Q4). This view shows the distribution of perf...