Cytoscape Graph is not showing

放肆的年华 提交于 2019-12-25 03:06:19

问题


I am trying to show a cytoscape graph in an ext window. Everything is working well, until i add the ext-all.css, the graph is no longer displayed.

This is the panel were the graph is supposed to be shown ( the #cy div)

 var formPanel2 = new Ext.form.FormPanel({
            id : 'graph_model',
            bodyStyle : 'padding:10px',
            width :400,
            height : 400,
            overflow:'auto',
            items : [ {
                    html: "<div id='cy' style=' height: 100%; width: 100%;  position: absolute; left: 0; top: 0 '></div>",
                    xtype: "panel"} ]
  });

where is the problem ?

来源:https://stackoverflow.com/questions/32503787/cytoscape-graph-is-not-showing

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