Skip to content

A simple example illustrating the poor performance of Victory JS charts

Notifications You must be signed in to change notification settings

EvHaus/victory-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Victory Performance

A simple example illustrating the poor performance of Victory JS charts

To run:

yarn
yarn start

There are two sliders under the charts. One changes the pan of the domain (while only rendering 10 bars per row), the other zooms the range in to reveal more chart bars.

Both of those actions are incredibly slow.

Results

  • Panning with d3: 7ms to 28ms per frame

  • Panning with victory: 12ms to 34ms per frame

  • Rendering at full zoom with d3: 1.0s

  • Rendering at full zoom with victory: 21s

About

A simple example illustrating the poor performance of Victory JS charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published