So after initializing the graph, I want to make it fit to its div by using cy.fit(). I have done this: So after this part if I do It does not work. But if I do this: It works. However first the unfitted graph gets displayed and then after 1000 ms the proper graph fit gets displayed. Thus When a
Tag: synchronization
How to sync chrome extension options
I’ve made a Chrome extension with an options page. The data is saved in localstorage and works just fine. Chrome doesn’t sync the localstorage to the cloud, just the extensions. This means that any user data will not sync to other computers of the same google account. I can not find an API at http://developer.chrome.com/extensions/docs.html which allows me to sync