• @lowleveldata
    link
    English
    11 year ago

    Can D2 do flowchart aka activity diagram in PlantUML?

    • @[email protected]
      link
      fedilink
      English
      41 year ago

      Looks like it. https://d2lang.com/tour/sequence-diagrams

      I’m impressed with the grid diagrams too. I’m not sure plantUML has anything equivalent.

      It doesnt support all the diagram types plantUML does (for now) but it has the only two i ever used anyway. The tooling seems more robust and modern. I think I have a better chance getting my coworkers to try this one

        • @lowleveldata
          link
          English
          1
          edit-2
          1 year ago

          Does it? I looked through the document and didn’t find it. It seems to be more focus on state diagram / component diagram.

          • @[email protected]
            link
            fedilink
            English
            11 year ago

            Might just be my ignorance- if it has boxes connected with directional arrows it does everything I need a flow chart to do

            • @lowleveldata
              link
              English
              21 year ago

              There are a lot more specific shapes and layouts in a flowchart than simple boxes and arrows. E.g. start and end, branching, loop back, subprocess, etc