Hello,
I'm new with cytoscape and surely this is the reason why i have problems.
Cytoscape.js is compatible with Google App Script?
Even with a simple example like:
$('#cy').cytoscape(options)
.css('background', 'red')
.css('border-color', 'black');
browsers notify me that the type $('#cy').cytoscape is undefined and so nothing happens.
I have imported all libs: jquery and cytoscape.
Could you help me?
Thanks.