Hasan Balcı

Results 35 issues of Hasan Balcı

I'm using elkjs through [cytoscape-elk ](https://github.com/cytoscape/cytoscape.js-elk). In `layered` algorithm style, it works very well with the following options: ``` 'elk.alignment': 'CENTER', 'elk.direction': 'DOWN', 'elk.spacing.nodeNode': 30, 'elk.edgeRouting': 'ORTHOGONAL', 'elk.layered.spacing.nodeNodeBetweenLayers': 50, 'elk.layered.nodePlacement.bk.fixedAlignment':...

elk

When layout is not specified, graph is not drawn correctly after expand operation. Probably, there is a need for style update at some point after nodes are expanded.

bug

If there is a collapsed node in the graph and we call collapseAll function, then undo operation throws error. It can be produced in undoable demo.

bug

A limited tree reduction can be applied to increase both speed and visual quality of the incremental layout. Generally, incremental layout aims to preserve the mental map of the user,...

enhancement

We currently assume the user does not specify any conflicting constraints (e.g., node _a_ will be on the left of node _b_ and node _b_ will be on the left...

To satisfy alignment constraints, we currently use the average position of the nodes in the corresponding direction and align them in that position (for vertical alignment we use average x...

I am considering to use your implementation, but during testing I realized that the result (especially u and q) of some matrices contains NaN values. Some examples are: input: [[-896,...

When we export an sbml file and try to save it as a nwt file, it gives error which can be seen in the developer console. Edit: When I try...

bug

We use spinner to show the process of both file loading and layout. Ideally, spinner starts when we start loading a file or applying layout and it stops when file...

Currently, it seems that there is problem somewhere in the code that prevents minifier (closure-compiler) to minify the bundle.js and therefore fails rebuild. For now, I disabled minify code in...

bug