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
hello, I'd love to add callback functions so that data attributes to display on the left bo (e.g. images, attributes of the node) are loaded dynamically.
This would let the application to be dropped with essential information, and the rest to be pulled from external sources.
Indeed I'd like to use the application also as a website: in such a case there is a need to optimize the data transmission for large data.json.
any help / guidelines where to insert ajax / jquery code?
The text was updated successfully, but these errors were encountered:
Hi gg4u, Sorry for the delay. Loading attributes dynamically sounds like a great option and I would definitely love to keep in touch on this. The place to start would be the nodeActive function in main.js. It receives one parameter, "a", which is the index of the id of the node. This function is bound to the "upnode" event in sigma earlier in main.js
hello, I'd love to add callback functions so that data attributes to display on the left bo (e.g. images, attributes of the node) are loaded dynamically.
This would let the application to be dropped with essential information, and the rest to be pulled from external sources.
Indeed I'd like to use the application also as a website: in such a case there is a need to optimize the data transmission for large data.json.
any help / guidelines where to insert ajax / jquery code?
The text was updated successfully, but these errors were encountered: