You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the benchmark show that the render is as fast as d3 (which uses DOM) or sometimes slower. I see only one type of bottlenecks in the code - these object mergers. For styles they can be done in-place in _getStyles method, before rendering the attributes
The text was updated successfully, but these errors were encountered:
Currently the benchmark show that the render is as fast as d3 (which uses DOM) or sometimes slower. I see only one type of bottlenecks in the code - these object mergers. For styles they can be done in-place in
_getStyles
method, before rendering the attributesThe text was updated successfully, but these errors were encountered: