treant-js icon indicating copy to clipboard operation
treant-js copied to clipboard

Treant.js - javascript library for drawing tree diagrams

Results 98 treant-js issues
Sort by recently updated
recently updated
newest added

I tried to insert a staff group as the image, but I have not had success. I need the red connectors to be fixed (do not adjust). ![image](https://cloud.githubusercontent.com/assets/24394297/20896173/3f70805e-bafb-11e6-8f25-58feccb3609b.png) They have...

Hi. When collapsing nodes and when switch back (uncollapse) the shape of node gets different from the past. It gets higher in shape. Can you tell what's the problem. I...

I installed the package via npm, version is 1.0.1. First thing i tried is to replicate a simple case in the example, but then part of the graph at the...

To put it simply, `window.Raphael` is so 1999 ;) In all seriousness, module systems are an established part of Javascript development in 2016 ... so much so that there are...

Raphael JS shouldn't add custom CSS Properties to the svg-Element. Caused me some troubles with unexpected behaviour (especially the overflow:hidden; one). Wrong behaviour was: suddenly vanishing connectors between nodes or...

Hello, all. I created fork based on Treant-js, I trasnform it from javascript to typescript. Details here - https://github.com/egor-progger/graph-js. If anyone have interest for my project and can help -...

I have two tabs (using Bootstrap). One renders a table, and the other renders a tree with Treant.js. Because the tree tab is initially not active, I need to call...

changes to node generation for faster working, based on mpil2's suggestions