Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelekwall committed Mar 6, 2018
1 parent 4cd7f0d commit dd9c688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/Analytic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As you are presented with Plot Twitch, you are greeted with a introductory page
<br/><br/>
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.
<br/><br/>
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.
</div>
</div>
</div>
Expand Down

0 comments on commit dd9c688

Please sign in to comment.