rkgibson2 / data-driven-dota

Dota 2 visualizations, for CS 171 final project
6 stars 2 forks source link

Angela Work #31

Closed huihuifan closed 10 years ago

huihuifan commented 10 years ago
  1. User Bubble Chart- finished.
  2. Hero Pie Children- having A LOT OF TROUBLE ON THIS ONE :(
  3. Item bar graph, most bought on who?
  4. add names to user bubble chart
huihuifan commented 10 years ago

add legend to item graph

huihuifan commented 10 years ago

did 4/5

huihuifan commented 10 years ago

did 2 using tooltip information rather than more children on the hero pie chart.

going to work on most commonly purchased on hero x y z for items tooltip + think about another graph we can make.

@rkgibson2 @BenjyLevin if you have suggestions for what else i can do that would be great. I have some time this week but not a crazy amount.

BenjyLevin commented 10 years ago

@huihuifan when I change users now, I get a console error: "Uncaught RangeError: Maximum call stack size exceeded ", and then the graphs don't change because of the error. Not sure what has changed in the code.

Before pulling the latest changes, the user bubble was also continuously growing when users were changed,(i.e. combining multiple users into the dataset), not sure if this has anything to do with the above stack size issue.

I'm busy working on the filtering and records now. I'll push an update when I have something significant.