Closed hellochar closed 7 years ago
Memoize calls to computing the plot extents (which does a linear pass through the data), improving perf. This also lets us delete a bunch of _update methods and move away from the "update" paradigm
Demo: quicktests | fiddle
Memoize calls to computing the plot extents (which does a linear pass through the data), improving perf. This also lets us delete a bunch of _update methods and move away from the "update" paradigm