Coder Social home page Coder Social logo

mermaid-sandbox's Introduction

mermaid-sandbox

mermaid記法の練習

参考

https://mermaid-js.github.io/mermaid/#/

graph TB
  A(("aaa"))--"こんにちは"-->B>"bbb"]
  B-.->A
  A--self-->A
sequenceDiagram
    autonumber
    コック ->> フライパン: ハンバーグを焼く
    フライパン -->> コック: 焼き上がり
    コック ->>  ウェイター: ハンバーグを渡す
    ウェイター ->> 客: 配膳
    客 -->> 客: ハンバーグ食べる
    ウェイター -->> 客: 食べ終わり確認
    ウェイター ->> コック: 食べ終わり回収
    コック ->> コック: 皿洗い
    actor omo
    omo ->> コック: こんにちは
gantt
  dateFormat YYYY-MM-DD
  excludes 2022-01-07, weekends

  section Aチーム
  Completed task :done,   a1, 2022-01-03, 3d
  Active task    :active, a2, after a1,   3d
  Future task    :        a3, after a2,   1d

  section Bチーム
  Completed task :done,   b1, 2022-01-03, 2d
  Active task    :active, b2, after b1,   1d
  Future task    :        b3, after a2,   1d

mermaid-sandbox's People

Contributors

k-omotani avatar

Watchers

 avatar

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.