What is a proper way to remove the gray circle on panning the graph in cytoscape?

左心房为你撑大大i 提交于 2021-01-28 10:52:04

问题


I've looked into this and tried like,

style: [ // the stylesheet for the graph
  {
    selector: 'core',
    style: {
      'active-bg-size': 0
    }
},

on initializing the cy instance. Though it works, it gives me a compile error so I'm wondering if there's a proper or recommended way to achieve this. Would appreciate any help!

来源:https://stackoverflow.com/questions/58231913/what-is-a-proper-way-to-remove-the-gray-circle-on-panning-the-graph-in-cytoscape

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!