GithubHelp home page GithubHelp logo

Multi parent about org-chart HOT 7 OPEN

bumbeishvili avatar bumbeishvili commented on June 21, 2024
Multi parent

from org-chart.

Comments (7)

bumbeishvili avatar bumbeishvili commented on June 21, 2024 4

Yes, you can override connectionsUpdate method and just uncomment relevant lines

https://stackblitz.com/edit/web-platform-nrybqp

chart.connectionsUpdate(function (d, i, arr) {
            d3.select(this)
              .attr('stroke', (d) => '#152785')
              .attr('stroke-linecap', 'round')
              .attr('stroke-width', (d) => '5')
              .attr('pointer-events', 'none')

              //  .attr("marker-start", d => `url(#${d.from + "_" + d.to})`)
              //  .attr("marker-end", d => `url(#arrow-${d.from + "_" + d.to})`)
              .attr('stroke-dasharray', '20, 20');
          })

Screenshot 2021-09-26 at 14 27 41

from org-chart.

bumbeishvili avatar bumbeishvili commented on June 21, 2024 3

I don't think so

This is the relevant line if you decide to change source code by yourself

return attrs.linkGroupArc({ source: { x: xs, y: ys }, target: { x: xt, y: yt } })

from org-chart.

bumbeishvili avatar bumbeishvili commented on June 21, 2024

That won't be possible, since the org chart uses a tree algorithm, which expects a single parent.

In general, here is my answer to a similar question on StackOverflow
https://stackoverflow.com/questions/43527019/d3-tree-layout-visualization-inherit-child-with-multiple-parents/43529432#43529432

from org-chart.

bumbeishvili avatar bumbeishvili commented on June 21, 2024

FYO, in the new, coming version, we will have multi links functionality. You will be able to specify connections with labels between any nodes

https://github.com/bumbeishvili/d3-organization-chart/blob/ee33e5ed64afa0be1ca2c695ed4d525aae67f98e/tree.html#L138

It will look like this

Screenshot 2021-07-29 at 17 46 20

from org-chart.

bumbeishvili avatar bumbeishvili commented on June 21, 2024

It got merged - #70

from org-chart.

TildeWill avatar TildeWill commented on June 21, 2024

Is there a way to modify the HTML/SVG for the connection? For example, I want to make the line dotted and not have an arrow head.

from org-chart.

TildeWill avatar TildeWill commented on June 21, 2024

Perfect! Any way to change the anchor points to the sides of the boxes rather than the top and bottom?

from org-chart.

Related Issues (20)

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.