Mermaidのテスト投稿です

トピック作成者:ニックネーム未設定 (2024/08/22 00:21 投稿)
12
OpenOpen
flowchart TD
    A(START) --> B{eria_kokunaikokugai?}
    B -->|国内| C{has todouhukenn?}
    B --> |empty| C
    C --> |Yes| D[generate hierarchy<br>using todouhukenn]
    C --> |No| E{has eria_chihoukubunn?}
    E --> |Yes| F[generate hierarchy<br>using eria_chihoukubunn]
    E --> |No| H
    B -->|国外| H{has eria_kuni?}
    H --> |Yes| I[generate hierarchy<br>using eria_kuni]
    H --> |No| J{has eria_kaigaichiiki?}
    J --> |Yes| K[generate hierarchy<br>using eria_kaigaichiiki]
    J --> |No| L[nothig to do]
返信投稿者:ニックネーム未設定 (2024/08/22 00:21 投稿)
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!
返信投稿者:ニックネーム未設定 (2024/08/22 00:22 投稿)
classDiagram
    Animal <|-- Duck
    Animal <|-- Fish
    Animal <|-- Zebra
    Animal : +int age
    Animal : +String gender
    Animal: +isMammal()
    Animal: +mate()
    class Duck{
      +String beakColor
      +swim()
      +quack()
    }
    class Fish{
      -int sizeInFeet
      -canEat()
    }
    class Zebra{
      +bool is_wild
      +run()
    }
返信投稿者:ニックネーム未設定 (2024/08/22 00:22 投稿)
stateDiagram-v2
    [*] --> Still
    Still --> [*]
    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
返信投稿者:ニックネーム未設定 (2024/08/22 00:23 投稿)
erDiagram
    CUSTOMER }|..|{ DELIVERY-ADDRESS : has
    CUSTOMER ||--o{ ORDER : places
    CUSTOMER ||--o{ INVOICE : "liable for"
    DELIVERY-ADDRESS ||--o{ ORDER : receives
    INVOICE ||--|{ ORDER : covers
    ORDER ||--|{ ORDER-ITEM : includes
    PRODUCT-CATEGORY ||--|{ PRODUCT : contains
    PRODUCT ||--o{ ORDER-ITEM : "ordered in"
返信投稿者:ニックネーム未設定 (2024/08/22 00:23 投稿)
gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d
返信投稿者:ニックネーム未設定 (2024/08/22 00:24 投稿)
journey
    title My working day
    section Go to work
      Make tea: 5: Me
      Go upstairs: 3: Me
      Do work: 1: Me, Cat
    section Go home
      Go downstairs: 5: Me
      Sit down: 3: Me
返信投稿者:ニックネーム未設定 (2024/08/22 00:24 投稿)
gitGraph
    commit
    commit
    branch develop
    checkout develop
    commit
    commit
    checkout main
    merge develop
    commit
    commit
返信投稿者:ニックネーム未設定 (2024/08/22 00:24 投稿)
pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15
返信投稿者:ニックネーム未設定 (2024/08/22 00:25 投稿)
mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectivness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid
返信投稿者:ニックネーム未設定 (2024/08/22 00:25 投稿)
quadrantChart
    title Reach and engagement of campaigns
    x-axis Low Reach --> High Reach
    y-axis Low Engagement --> High Engagement
    quadrant-1 We should expand
    quadrant-2 Need to promote
    quadrant-3 Re-evaluate
    quadrant-4 May be improved
    Campaign A: [0.3, 0.6]
    Campaign B: [0.45, 0.23]
    Campaign C: [0.57, 0.69]
    Campaign D: [0.78, 0.34]
    Campaign E: [0.40, 0.34]
    Campaign F: [0.35, 0.78]
返信投稿者:ニックネーム未設定 (2024/08/22 00:26 投稿)

    xychart-beta
    title "Sales Revenue"
    x-axis [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
    y-axis "Revenue (in $)" 4000 --> 11000
    bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
    line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
返信投稿者:ニックネーム未設定 (2024/08/22 00:26 投稿)
block-beta
    columns 3
    doc>"Document"]:3
    space down1<[" "]>(down) space

  block:e:3
          l["left"]
          m("A wide one in the middle")
          r["right"]
  end
    space down2<[" "]>(down) space
    db[("DB")]:3
    space:3
    D space C
    db --> D
    C --> db
    D --> C
    style m fill:#d6d,stroke:#333,stroke-width:4px

トピックへ返信するには、ログインが必要です。

KandaSearch

Copyright © 2006-2024 RONDHUIT Co, Ltd. All Rights Reserved.

投稿の削除

この投稿を削除します。よろしいですか?