Giter Site home page Giter Site logo

jquery.orgchart's Issues

dynamically set the box dimensions

I would like to dynamically set the box dimension based on how much text are in them.
Making some larger if there is text overflow.
is this possible?

H2

IS it easily possible to integrate an additional heading, ie H3, so that it sits under H2 in each box?

Manythanks

Issue in deleting Child Nodes

//Old Code
/*this.deleteNode = function(id){
for(var i=0;i<nodes[id].children.length;i++){
self.deleteNode(nodes[id].children[i].data.id);
}
nodes[nodes[id].data.parent].removeChild(id);
delete nodes[id];
self.draw();
}

//Working Code
this.deleteNode = function(id){
while(nodes[id].children.length){
self.deleteNode(nodes[id].children[nodes[id].children.length-1].data.id);
}
nodes[nodes[id].data.parent].removeChild(id);
delete nodes[id];
self.draw();
}

Export

Hi, how we export this data?

After level 32 in firefox tree is breaking

Hi,
Thanks for the plugin with great features.
Currently when try to add a node after level 32, user cannot see the nodes. But same solution works good in chrome.only lines are visible in Firefox as screenshot given below.

image

Please help us to solve the issue.

Thanks in advance,
Sudeesh.B

Left and Right sides

If am pulling data from a server and each row has a left and right side stored in the DB how do arrange them according to the side?

Angular 4+ support

Hi @bigeyex ,
Can you please provide Angular wrapper for this orgChart? It will be a great help.
Thanks in advance.

How to integrate Drag & Drop feature

Thanks for giving this wonderful component and satisfy my needs. I am newbie to Jquery. I want to enable drag & drop feature with this org chart. Could you please integrate the drag and drop feature also. So that nodes can be dragged and dropped to other existing nodes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.