Questions tagged [yfiles]

The yFiles diagramming software components are extensive class libraries that enable you to add high-quality diagramming functionality to your own software applications.

The yFiles diagramming software components are extensive class libraries that enable you to add high-quality diagramming functionality to your own software applications.

Turn your data into clear diagrams with the help of unequaled automatic diagram layout, use rich visualizations for your diagram elements, and give your users an intuitive interface for smooth interaction. With yFiles diagramming components you will get this out-of-the-box for your applications. On nearly any platform or technology.

see more

35 questions
12
votes
2 answers

Define word wrapping for a SimpleLabelStyle

I am trying to create a SimpleLabelStyle with the word wrapping enabled, as the second box of the interactive demo. However, I am not able to reproduce it. I am trying: var /**yfiles.drawing.SimpleLabelStyle*/ simpleLabelStyle = new…
Andrea
  • 6,032
  • 2
  • 28
  • 55
3
votes
1 answer

Using yFiles layouts in cytoscape.js

I am new to cytoscape.js. I want to use hierarchical layout from yFiles layouts in cytoscape. Is there a way to specify this layout in json file? Thanks, Rtut
Rtut
  • 937
  • 3
  • 11
  • 19
2
votes
3 answers

IntelliJ UML diagrams to PNG using Maven plugin

Is it possible to make a Maven plugin to convert the output XML from IntelliJ to PNG in a certain directory in target. Would be nice, because then those diagrams will always be up-to-date after a clean install. It would be nice to use Maven site to…
Drswaki69
  • 51
  • 6
2
votes
1 answer

Angular 2 CLI and yfiles for HTML 2.0.0 - Cannot read property 'GraphComponent' of undefined

THE PROBLEM I am trying to integrate yfiles for HTML into an Angular 2 application that uses the Angular CLI. I am using the latest version of Angular 2 and the latest BETA release of the CLI. I have installed the types using npm install --save…
user1980463
2
votes
2 answers

Yfiles HTML and webpack

did anybody tried to use yfiles html with webpack and es6? // All yfiles modules return the yfiles namespace object import yfiles from '../../lib/yfiles/graph-input'; import '../../lib/yfiles/graph-style-defaults'; import…
Keldon
  • 192
  • 1
  • 10
1
vote
0 answers

Including CSS elements in yfiles SvgExport

I am trying to export a yfiles GraphComponent to an SVG format, but I have found out that the result doesn’t include the CSS properties from a .css file, only the inline style attribute. Is it related to CORS? Is there a way to tell the SvgExport to…
Andrei
  • 25
  • 5
1
vote
1 answer

Large Graph is cropping from bottom in the overview Component in Yfiles

I am using Yfiles to to show the overview of the large Graph on the top left of the window. If the Graph is too big it is being cropped from the bottom in the overview div element. Any suggestions how we prevent the cropping of large graph from the…
Rajat Gupta
  • 109
  • 1
  • 1
  • 5
1
vote
1 answer

Unable to find package location when creating application using yfiles-application generator

I am using the below documentation to get started with yfiles application. https://github.com/yWorks/generator-yfiles-app I am stuck with the 2nd question the generator asks "Path of yFiles for HTML package". What is the default location of this…
MChopra
  • 61
  • 8
1
vote
1 answer

Yfiles diagrams migration from flash to html5?

Currently i am using yFiles Flex to generate diagrams and graphs for clients with Java back-end. I have to migrate my project to the yFiles HTML. Is it possible?
Ess
  • 3,350
  • 4
  • 12
  • 20
1
vote
1 answer

Import library into Angular2/WebPack project without NPM

I'm completely new to Angular2 and WebPack and am struggling with something probably very simple. We're trying to incorporate yFiles for HTML into an Agular2/WebPack project. I've found and imported the types file on NPM at @types/yfiles. The rest…
Hand-E-Food
  • 12,368
  • 8
  • 45
  • 80
1
vote
0 answers

yFiles BusRouter not collapsing edges

Any ideas why yFiles bus router not collapsing edges? Here is the code: var router = new yfiles.router.BusRouter(); router.applyLayout(g_graphControl.graph); And here is the screenshot:
KaronatoR
  • 2,579
  • 4
  • 21
  • 31
0
votes
1 answer

yFiles graphs not rendering in server side while using in Angular Universal

I am trying to implement an application where a graph will be generated by y files on the server side and the user shall be able to download it as a pdf. I am using angular universal for this. The application is working on the browser that is the…
0
votes
2 answers

how can i increment an (x,y) value for a graph location

im trying to increment the y value inside of this class "Point" which can only take an x value and a y value. is there a way that i can increment the y for (const port of node.ports) { const p = new Point(-10, 0); const j = new…
0
votes
2 answers

Tooltip artifacts using Angular ComponentFactory

I'm creating and the fly with ComponentFactory a Component which I use as an Tooltip on yFiles (the fantastic HTML diagramming from yWorks). I can't get the Tooltips to show and when the Tooltip closes it leaves artifacts. Anyone got some…
0
votes
1 answer

How to catch/forward MouseWheel event to several objects?

I am using yFiles library and I am handling a Graph2DView object named view. To activate mouseWheel scroll for this object, I have to add a listener in registerViewListeners function. However, I also want to be notified also in myClass…
Alpha_33
  • 97
  • 8
1
2 3