arnovr/ocusagecharts

Browser freezes at a large amount of users

Closed this issue · 1 comments

Comment by RobinJ1995
Will freeze the browser with anything more than perhaps ~100 users.

As i understand C3 is based on SVG elements, and for that reason the performance isn't the greatest on large sets of data.
c3js/c3#172

I chose C3js because it works great and fast out off the box, for such large datasets there are 2 options:

  1. Choose another graph library to fix this issue
  2. Change dashboard to select subset of users. #21

My personal preference goes to the latter. Therefor i am closing the bugreport