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
Right now, the default version of the graph is the responsive one, which uses ResizeObserver and redraws graph on each event. I think that this can hit performance and we should make it possible for the user to pick which version he wants to use
The text was updated successfully, but these errors were encountered:
I can take care of that. I just need to figure out a good way to make the internal example files runnable with the current code so we can work on it without issue, and so that the builds for the site are based on the "live" version of the code rather than a specific version of the package.
@ZachHaber Me and @Wokstym are using our Engineering's thesis repo (That's the reason why we decided to publish this xD), and linking the lib via npm link command. We should add storybook to this project tho, it will allow for such testing. I will create the issue also for that.
Right now, the default version of the graph is the responsive one, which uses ResizeObserver and redraws graph on each event. I think that this can hit performance and we should make it possible for the user to pick which version he wants to use
The text was updated successfully, but these errors were encountered: