You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Panning and Zooming does not work. Graph is rendered correctly, Shape, colors, text, edges, everything fine. Even draggin single nodes does work. But panning the whole graph or zooming in/out with mouse wheel has no effect. The graph also is not centered but always drawed in the upper left corner.
To Reproduce
I'm using Angular 16, with bootstrap 4.6 and d3-selection in Version 1.4. to get rid of thline rendering bug #487. Even a very simple graph with no text in nodes and simplest edges does not work. In Edge/Chrome console, there are the following messages when the graph is initially rendered and zoomed:
Error: attribute height: Expected length, "-Infinity".
Error: attribute transform: Expected number, "translate(NaN,NaN)".
Error: attribute transform: Expected number, "…x(0.33,0,0,0.33,NaN,NaN)".
Expected behavior
Panning the whole graph does move the graph and zooming in/out with mouse wheel resizes the graph.
ngx-graph version
8.3.0, 8.4.0
(8.2.* works!)
The text was updated successfully, but these errors were encountered:
Describe the bug
Panning and Zooming does not work. Graph is rendered correctly, Shape, colors, text, edges, everything fine. Even draggin single nodes does work. But panning the whole graph or zooming in/out with mouse wheel has no effect. The graph also is not centered but always drawed in the upper left corner.
To Reproduce
I'm using Angular 16, with bootstrap 4.6 and d3-selection in Version 1.4. to get rid of thline rendering bug #487. Even a very simple graph with no text in nodes and simplest edges does not work. In Edge/Chrome console, there are the following messages when the graph is initially rendered and zoomed:
Error: attribute height: Expected length, "-Infinity".
Error: attribute transform: Expected number, "translate(NaN,NaN)".
Error: attribute transform: Expected number, "…x(0.33,0,0,0.33,NaN,NaN)".
Expected behavior
Panning the whole graph does move the graph and zooming in/out with mouse wheel resizes the graph.
ngx-graph version
8.3.0, 8.4.0
(8.2.* works!)
The text was updated successfully, but these errors were encountered: