diff --git a/client/src/views/Analytic.vue b/client/src/views/Analytic.vue index 651ac76..67dfad7 100644 --- a/client/src/views/Analytic.vue +++ b/client/src/views/Analytic.vue @@ -14,7 +14,7 @@ As you are presented with Plot Twitch, you are greeted with a introductory page

The top 100 streams are in a scatterplot-like view where the currently played games are clustered and placed in space based on their current viewer amounts. Using the slider in the bottom of the page we allow you to scroll 24 hours back in time to observe current popularity trends among the games being streamed and viewed. What we aimed for here is a true data driven visualization. Notice the stars in the background represent the current viewership of the top 100 streams. Not surprising, to ensure a smooth interaction, we had to aggregate 1000 viewers on one star. To visualize over 14 000 starts would make it cluttered and slow! However, the number of total current viewership is visible at the top left corner.

-When you hover on a cluster you get information to your right about the game and the total amount of viewers. When you click on a cluster, you are zoomed in and focused on that particular game. Here you see another scatterplot, with its axes visible and a clear visual aid on hover +When you hover on a cluster you get information to your right about the game and the total amount of viewers. When you click on a cluster, you are zoomed in and focused on that particular game. Here you see another scatterplot, with its axes visible and a clear visual aid on hover.