ANTV X6 JavaScript Diagramming Library: Lets build a workflow editor (Drag and Drop Nodes)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ส.ค. 2024

ความคิดเห็น • 16

  • @higiniofuentes2551
    @higiniofuentes2551 9 หลายเดือนก่อน +1

    Thank you for this very useful video!

    • @ProductivityforProgrammers
      @ProductivityforProgrammers  9 หลายเดือนก่อน +1

      Thank you. Please do subscribe if you would like to be notified of future videos.

  • @thibautcapuano4127
    @thibautcapuano4127 ปีที่แล้ว +2

    Great video ! The explanations are very clear.

  • @xnd1124
    @xnd1124 ปีที่แล้ว +1

    Thanks for the great explainer video.
    I would like to understand the layers, for example if X6 can align the nodes of a graph using not the built-in layout, but some orthogonal layout (like plantuml).

    • @ProductivityforProgrammers
      @ProductivityforProgrammers  ปีที่แล้ว

      Hi! If I understand you correctly, you want to be able to use a custom layout algorithm.
      I don't have a good answer for you at the moment but thank you so much for the question.
      Is the JS code for the layout algorithm that you would like to use open source? I can have a look and propose ways to integrate it.

  • @fygure8756
    @fygure8756 9 หลายเดือนก่อน +1

    This is cool, what are the pros cons using this over plumbjs or jointjs? I am deciding on which to use for my web application regarding sport play diagramming

    • @ProductivityforProgrammers
      @ProductivityforProgrammers  9 หลายเดือนก่อน +1

      I don't have a straight answer here. It's tough to say because I think it's quite use case specific.
      I would look at the demo/example projects from jsplumb/jointjs/x6 and find one that is most similar to your use case and evaluate it from there.
      All three of them have lots of sample projects.

    • @fygure8756
      @fygure8756 9 หลายเดือนก่อน +1

      thank you for replying cheers :D@@ProductivityforProgrammers

  • @brahimsenhaji
    @brahimsenhaji 24 วันที่ผ่านมา +1

    How can you get the start and the end point of the edge

  • @kardashevr
    @kardashevr ปีที่แล้ว +1

    I'm interested in bpmn type of diagrams with vertical resizable lanes. Does x6 handle these kinds of scenarios? Thanks

    • @ProductivityforProgrammers
      @ProductivityforProgrammers  ปีที่แล้ว +1

      Hello. Thanks for your question.
      There is a swimlane example on the ANTV X6 examples page. Hope that helps!

    • @kardashevr
      @kardashevr ปีที่แล้ว +1

      I figured it out