sudeshnapal12 / Baseball-Visual-Analytics

Mini project 1 of CSE 564 - Visualization class taken by Professor Klaus Muller. D3 visual-analytics to draw bar-chart, pi-chart and force-chart on baseball data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VISUALIZING BASEBALL DATA USING D3

  1. pick a variable and bin it into a fixed range (equi-width) of your choice
  2. create a bar chart of the variable you picked in 1.
  3. using a menu, allow users to select a new variable and update chart
  4. only on mouse-over display the value of the bar on top of the bar
  5. on mouse-over make the bar wider and higher to focus on it
  6. on mouse-click transform the bar chart into a pie chart (and back)
  7. mouse moves left (right) should decrease (increase) bin width/size

Youtube link of the results : https://www.youtube.com/watch?v=Gtiugz8F-rk

About

Mini project 1 of CSE 564 - Visualization class taken by Professor Klaus Muller. D3 visual-analytics to draw bar-chart, pi-chart and force-chart on baseball data.


Languages

Language:JavaScript 84.4%Language:HTML 9.2%Language:CSS 6.4%