Questions tagged [ngx-graph]

Graph visualization library for angular (@swimlane/ngx-graph)

38 questions
0
votes
1 answer

Change the Cursor Appearance on Node hover

I use the ngx-graph library in Angular 7 to display a hierarchy graph. My setup looks like the following:
ProgFroz
  • 197
  • 4
  • 17
0
votes
1 answer

Can I set the active width for ngx-tooltip on an edge/link?

I want to use a ngx-tooltip on an edge between two nodes. The ntx-tooltip works works find for both edges and nodes, just the edge is much smaller, thus the mouse must be accurately positioned to fire the tooltip popup.
alindber
  • 188
  • 15
0
votes
1 answer

How to call Center and Fit In View pragmatically on ngx-graph

In this ngx-graph live demo, under the Options section, there are buttons to Center, Fit In View, etc. I would like to implement these in my solution. However, I cannot find any documentation on how to make these calls, and the demo doesn't…
Martyn
  • 1,446
  • 2
  • 19
  • 30
0
votes
1 answer

How can i specify different shapes in ngx-graph template?

All Is there any way to draw other shapes than rectangle? circle, polygon, my own symbol? Also i am looking for a way to write a sentence next to the shape, besides the text inside it. Thanks
eladr
  • 343
  • 1
  • 4
  • 18
0
votes
1 answer

ngx-graph custom template of node

How can I change The initial node template which is made by an svg to a custom html template with all html elemnts. basically i want to do alike graph of this without hurting the package functionalities
0
votes
0 answers

Setting up ngx-graphs, TouchEvent error

Trying to set https://github.com/swimlane/ngx-graph but I am not sure what the peer decencies for d3 need to be. When rendering, I get an error: ReferenceError: Can't find variable: TouchEvent But no other information what it's missing. Any other…
ergonaut
  • 6,929
  • 1
  • 17
  • 47
-2
votes
1 answer

Javascript library to visualize network graph with custom image background

Is there any javascript library for graph (network topology) visualization with support custom image as background with zoom support? Idea is to use floor plan (jpg/png) and change positions of nodes according their real position. I can't find any…
Stas
  • 1
  • 1
1 2
3