I am tried your code. works fine. But the same tree I want buid dynamically with custom jquery. I used some plugins, it its getting slow, and not understandable to edit plugin. So please, can you please give me the code that building tree with custom jquery. Thanks in advance.
veerendra456 (0) - 6 years ago - Reply 0
Hi,
Layout gets distorted when the window is minimized, Any resolution for this ?
Sudheerreddyn14 (-1) - 6 years ago - Reply -1
I wanted to make an addition:
by adding both "display: flex;" and "flex-wrap: nowrap;" to ".tree ul" selector
you can auto-scale the width of this chart component, in case you have a lot of data;
IronProg () - 2 years ago - Reply 0
I wanted to make an addition:
by changing both ".tree ul" selector to :
<.tree ul {
display: flex;
flex-wrap: nowrap;
padding-top: 20px;
position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}>
you can now auto-scale the width of this chart component, in case you have a lot of data;
IronProg () - 2 years ago - Reply 0
I wanted to make an addition:
by changing both ".tree ul" selector to :
.tree ul {
display: flex;
flex-wrap: nowrap;
padding-top: 20px;
position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
you can now auto-scale the width of this chart component, in case you have a lot of data;
IronProg () - 2 years ago - Reply 0
I wanted to make an addition:
by changing both ".tree ul" selector to :
.tree ul {
display: flex;
flex-wrap: nowrap;
padding-top: 20px;
position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
you can now auto-scale the width of this chart component, in case you have a lot of data;
IronProg () - 2 years ago - Reply 0
tried to stress-test a little bit with massive nodes , it won't work , unfortunately.
giorgoc () - 5 years ago - Reply 0