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

Поделиться
HTML-код
  • Опубликовано: 7 окт 2024

Комментарии • 16

  • @higiniofuentes2551
    @higiniofuentes2551 10 месяцев назад +1

    Thank you for this very useful video!

    • @ProductivityforProgrammers
      @ProductivityforProgrammers  10 месяцев назад +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 10 месяцев назад +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  10 месяцев назад +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 10 месяцев назад +1

      thank you for replying cheers :D@@ProductivityforProgrammers

  • @brahimsenhaji
    @brahimsenhaji 2 месяца назад +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