Closed gdem123 closed 3 years ago
is there a piece of software missing on unix/osx that would be needed? or is it browser issue? thks
Hello @gdem123, could you please share the incriminated code with us so we can check if there are compatibility issues?
Thank you.
Here is the code : difficulty to see the edge labels despite the plugins. works on some browsers (windows and not all the time…) not on OSX the graph has edges that cross very far from one another : any way to make them closer to each other and edges not crossing? I have to state that I am working with flask/ jinja2 templates if it has an impact.
Best,
<script type="text/javascript" src={{url_for('static',filename='js/sigma.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.layout.noverlap.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.exporters.svg.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.parsers.gexf.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.parsers.json.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.pathfinding.astar.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.plugins.animate.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.plugins.dragNodes.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.plugins.filter.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.plugins.neighborhoods.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.plugins.relativeSize.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.renderers.customEdgeShapes.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.renderers.customShapes.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.renderers.edgeLabels.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.renderers.parallelEdges.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.renderers.snapshot.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.statistics.HITS.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.layout.forceAtlas2.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.neo4j.cypher.min.js')}}>
<script type="text/javascript" src={{url_for('static',filename='js/plugins/sigma.parsers.cypher.min.js')}}>
NODES |
---|
Elements of proposition |
Proposition |
EDGES | Has Need |
Has Solution |
Has Criteria |
gdem123
On 06 Sep 2016, at 09:37, Guillaume Plique notifications@github.com wrote:
Hello @gdem123 https://github.com/gdem123, could you please share the incriminated code with us so we can check if there are compatibility issues?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jacomyal/sigma.js/issues/762#issuecomment-244872853, or mute the thread https://github.com/notifications/unsubscribe-auth/AIebRJWjUcOYlmajbw4Ph6Iukhq4JrMOks5qnRhRgaJpZM4JvSwB.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi I have loaded the plugin sigma.renderers.edgeLabels.min.js
Running OSX el-capitan, chrome, safari, firefox the labels still do not appear on the graph.
Running windows, chrome : same code -> the edge labels DO appear.
Any idea where the difference lies?
Thanks Best