Performance test: Plot graphs with n components per type.

Tests to perform

  1. Observe the console timer to determine the time taken for adding/destroying components.
  2. Take heap snapshot and check for memory leaks.
  3. Collect JavaScript CPU profile.
  4. Open the Task Manager in Chrome and watch the memory/cpu when loading/destroying components
n = 200

Graph with n line components and a legend with n keys

Graph with n area components and a legend with n keys

Graph with n label components

Graph where state is being updated n times