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

Hello, Thx for a wonderful library and code. I am trying to use it for a family tree so ws wondering how I can implement a marriage node - attached...

I managed to get Treant to import by using object destructuring when importing: ```import { Treant } from 'treant-js'``` and it renders the basic data but it does not style...

This seems like a great library! Raphael does not work on npm. I installed raphael and treant-js through npm but it does not import. I can't use script tags. Is...

I want to expand and collapse entire tree by clicking a button. How will i do that in js?

Not sure if anyone is still maintaining this, but i'm having trouble with the collapse function. I am creating a tree using active directory and sharepoint. We have over 200...

I am using this plugin in SharePoint to display organization chart. After I get the user picture url and passing to the function it is rendering as below: https://domain/_layouts/15/userphoto.aspx?size=M&accountname=i%3A0%23.f%7Cmembership%[email protected]?1555940810930 The...

how to add text on the connect edge as the following? ![addtext](https://user-images.githubusercontent.com/7656130/66802253-686d6c80-ef4e-11e9-9537-74c594215dba.png) ```js simple_chart_config = { chart: { container: "#tree-simple", rootOrientation: "WEST", levelSeparation: 450, nodeAlign: "BOTTOM", connectors: { type: "step",...

Please, I am lost about how to delete or add nodes in a tree after she be generated.

Hello Team, i am using Teant Js with reactjs. I am following below steps and stucking with issue. ``` import Treant from 'treant-js'; import $ from 'jquery'; ``` ``` render()...

On each node. I am trying to show a tooltip containing more information. I could not find an easy way to do it. Please help.