更新于 
每个人的独立博客 Designed by xaoxuu
更新于 

图表类标签(3个)

echarts图表

说明

这是一个测试

mermaid
flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
echarts
这是一个echarts测试
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
title: {
text: 'Stacked Line'
},
tooltip: {
trigger: 'axis'
},
legend: {
data: ['Email', 'Union Ads', 'Video Ads', 'Direct', 'Search Engine']
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
toolbox: {
feature: {
saveAsImage: {}
}
},
xAxis: {
type: 'category',
boundaryGap: false,
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [
{
name: 'Email',
type: 'line',
stack: 'Total',
data: [120, 132, 101, 134, 90, 230, 210]
},
{
name: 'Union Ads',
type: 'line',
stack: 'Total',
data: [220, 182, 191, 234, 290, 330, 310]
},
{
name: 'Video Ads',
type: 'line',
stack: 'Total',
data: [150, 232, 201, 154, 190, 330, 410]
},
{
name: 'Direct',
type: 'line',
stack: 'Total',
data: [320, 332, 301, 334, 390, 330, 320]
},
{
name: 'Search Engine',
type: 'line',
stack: 'Total',
data: [820, 932, 901, 934, 1290, 1330, 1320]
}
]
}
graph LR
  A(Section A) -->|option 1| B(Section A)
  B -->|option 2| C(Section C)
gitGraph
  commit
  commit
  branch develop
  commit
  commit
  commit
  checkout main
  commit
  commit
说明

这是一个测试

mermaid
flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
echarts
这是一个echarts测试
---
title: Animal example
---
classDiagram
    note "From Duck till Zebra"
    Animal <|-- Duck
    note for Duck "can fly\ncan swim\ncan dive\ncan help in debugging"
    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()
    }
graph LR
  A(Section A) -->|option 1| B(Section A)
  B -->|option 2| C(Section C)
gitGraph
  commit
  commit
  branch develop
  commit
  commit
  commit
  checkout main
  commit
  commit
sequenceDiagram
    autonumber
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts!
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
stateDiagram
    direction LR
    [*] --> A
    A --> B
    B --> C
    state B {
      direction LR
      a --> b
    }
    B --> D
erDiagram
    CUSTOMER ||--o{ ORDER : places
    CUSTOMER {
        string name
        string custNumber
        string sector
    }
    ORDER ||--|{ LINE-ITEM : contains
    ORDER {
        int orderNumber
        string deliveryAddress
    }
    LINE-ITEM {
        string productCode
        int quantity
        float pricePerUnit
    }
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: 5: Me
pie title Pets adopted by volunteers
    "Dogs" : 386
    "Cats" : 85
    "Rats" : 15
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]
mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectiveness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid
timeline
        title MermaidChart 2023 Timeline
        section 2023 Q1 <br> Release Personal Tier
          Buttet 1 : sub-point 1a : sub-point 1b
               : sub-point 1c
          Bullet 2 : sub-point 2a : sub-point 2b
        section 2023 Q2 <br> Release XYZ Tier
          Buttet 3 : sub-point <br> 3a : sub-point 3b
               : sub-point 3c
          Bullet 4 : sub-point 4a : sub-point 4b
sankey-beta

%% source,target,value
Electricity grid,Over generation / exports,104.453
Electricity grid,Heating and cooling - homes,113.726
Electricity grid,H2 conversion,27.14
C4Context
      title System Context diagram for Internet Banking System
      Enterprise_Boundary(b0, "BankBoundary0") {
        Person(customerA, "Banking Customer A", "A customer of the bank, with personal bank accounts.")
        Person(customerB, "Banking Customer B")
        Person_Ext(customerC, "Banking Customer C", "desc")

        Person(customerD, "Banking Customer D", "A customer of the bank, <br/> with personal bank accounts.")

        System(SystemAA, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.")

        Enterprise_Boundary(b1, "BankBoundary") {

          SystemDb_Ext(SystemE, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.")

          System_Boundary(b2, "BankBoundary2") {
            System(SystemA, "Banking System A")
            System(SystemB, "Banking System B", "A system of the bank, with personal bank accounts. next line.")
          }

          System_Ext(SystemC, "E-mail system", "The internal Microsoft Exchange e-mail system.")
          SystemDb(SystemD, "Banking System D Database", "A system of the bank, with personal bank accounts.")

          Boundary(b3, "BankBoundary3", "boundary") {
            SystemQueue(SystemF, "Banking System F Queue", "A system of the bank.")
            SystemQueue_Ext(SystemG, "Banking System G Queue", "A system of the bank, with personal bank accounts.")
          }
        }
      }

      BiRel(customerA, SystemAA, "Uses")
      BiRel(SystemAA, SystemE, "Uses")
      Rel(SystemAA, SystemC, "Sends e-mails", "SMTP")
      Rel(SystemC, customerA, "Sends e-mails to")

      UpdateElementStyle(customerA, $fontColor="red", $bgColor="grey", $borderColor="red")
      UpdateRelStyle(customerA, SystemAA, $textColor="blue", $lineColor="blue", $offsetX="5")
      UpdateRelStyle(SystemAA, SystemE, $textColor="blue", $lineColor="blue", $offsetY="-10")
      UpdateRelStyle(SystemAA, SystemC, $textColor="blue", $lineColor="blue", $offsetY="-40", $offsetX="-50")
      UpdateRelStyle(SystemC, customerA, $textColor="red", $lineColor="red", $offsetX="-50", $offsetY="20")

      UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
requirementDiagram

    requirement test_req {
    id: 1
    text: the test text.
    risk: high
    verifymethod: test
    }

    element test_entity {
    type: simulation
    }

    test_entity - satisfies -> test_req
stateDiagram
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
说明

这是一个测试

mermaid
flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
graph LR
  A(Section A) -->|option 1| B(Section A)
  B -->|option 2| C(Section C)
gitGraph
  commit
  commit
  branch develop
  commit
  commit
  commit
  checkout main
  commit
  commit
echarts
这是一个mermaid测试
flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
graph LR
  A(Section A) -->|option 1| B(Section A)
  B -->|option 2| C(Section C)
gitGraph
  commit
  commit
  branch develop
  commit
  commit
  commit
  checkout main
  commit
  commit
这是一个echarts测试

tree

树形结构
  • root1

    写法如下
    1
    2
    3
    4
    5
    6
    7
    {% timeline %}
    <!-- node 2021 年 2 月 16 日 -->
    主要部分功能已经开发的差不多了。
    {% image /assets/wiki/stellar/photos/hello@1x.png width:300px %}
    <!-- node 2021 年 2 月 11 日 -->
    今天除夕,也是生日,一个人在外地过年+过生日,熬夜开发新主题,尽量在假期结束前放出公测版。
    {% endtimeline %}
    • 单影只人

      心是一座孤岛,即便岛上繁花似锦,四季更替,依然只是一个人的风景。繁华也好,萧条也好,都只属于一个人。记得有人说过这样一句话:一人花开,一人花落,这些年从头到尾,无人问询。那种寥落,如轩窗外的一片月色,独自在树梢起舞,却无人欣赏它清丽的舞姿。又像是一阙小词,笔笔皆清冷,笔笔皆寂寥。

    • 123

      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

        2023.09.08
      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

      • 1

        2

        3

        4

        5

  • root2

    • 单影只人

      心是一座孤岛,即便岛上繁花似锦,四季更替,依然只是一个人的风景。繁华也好,萧条也好,都只属于一个人。记得有人说过这样一句话:一人花开,一人花落,这些年从头到尾,无人问询。那种寥落,如轩窗外的一片月色,独自在树梢起舞,却无人欣赏它清丽的舞姿。又像是一阙小词,笔笔皆清冷,笔笔皆寂寥。

    • 123

      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

        2023.09.08
      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

      • 1

        2

        3

        4

        5

  • root3

    • 单影只人

      心是一座孤岛,即便岛上繁花似锦,四季更替,依然只是一个人的风景。繁华也好,萧条也好,都只属于一个人。记得有人说过这样一句话:一人花开,一人花落,这些年从头到尾,无人问询。那种寥落,如轩窗外的一片月色,独自在树梢起舞,却无人欣赏它清丽的舞姿。又像是一阙小词,笔笔皆清冷,笔笔皆寂寥。

    • 123

      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

        2023.09.08
      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

      • 1

        2

        3

        4

        5

  • root4

    • 单影只人

      心是一座孤岛,即便岛上繁花似锦,四季更替,依然只是一个人的风景。繁华也好,萧条也好,都只属于一个人。记得有人说过这样一句话:一人花开,一人花落,这些年从头到尾,无人问询。那种寥落,如轩窗外的一片月色,独自在树梢起舞,却无人欣赏它清丽的舞姿。又像是一阙小词,笔笔皆清冷,笔笔皆寂寥。

    • 123

      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

        2023.09.08
      • 游山西村
        陆游

        莫笑农家腊酒浑,丰年留客足鸡豚。
        山重水复疑无路,柳暗花明又一村。
        箫鼓追随春社近,衣冠简朴古风存。
        从今若许闲乘月,拄杖无时夜叩门。

      • 1

        2

        3

        4

        5

树形结构
  • root1

    写法如下
    1
    2
    3
    4
    5
    6
    7
    8
    {% timeline %}
    <!-- node 2021 年 2 月 16 日 -->
    主要部分功能已经开发的差不多了。
    {% image /assets/wiki/stellar/photos/hello@1x.png width:300px %}
    <!-- node 2021 年 2 月 11 日 -->
    今天除夕,也是生日,一个人在外地过年+过生日,熬夜开发新主题,尽量在假期结束前放出公测版。
    {% endtimeline %}
    ![@tianhao_wang](https://images.unsplash.com/photo-1688142202243-e218ad203952?w=800&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHx0b3BpYy1mZWVkfDYzfEZ6bzN6dU9ITjZ3fHxlbnwwfHx8fHw%3D)
    • 123

    • 123

      • dfdgf

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }

        {
        root2:[node1,node2]
        }

        {
        root3:[node1,node2]
        }

        {
        root4:[node1,node2]
        }
      • 123

      • 123

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }
        ## sf
        {
        root2:[node1,node2]
        }
        {
        root3:[node1,node2]
        }
        {
        root4:[node1,node2]
        }
        • 写法如下download
          1
          2
          3
          4
          5
          {
          root1:[node1,node2]
          node2:[node3,node4,node5]
          node5:[node6]
          }
  • root2

    • 123

    • 123

      • dfdgf

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }

        {
        root2:[node1,node2]
        }

        {
        root3:[node1,node2]
        }

        {
        root4:[node1,node2]
        }
      • 123

      • 123

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }
        ## sf
        {
        root2:[node1,node2]
        }
        {
        root3:[node1,node2]
        }
        {
        root4:[node1,node2]
        }
        • 写法如下download
          1
          2
          3
          4
          5
          {
          root1:[node1,node2]
          node2:[node3,node4,node5]
          node5:[node6]
          }
  • 123

    • 123

    • 123

      • dfdgf

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }

        {
        root2:[node1,node2]
        }

        {
        root3:[node1,node2]
        }

        {
        root4:[node1,node2]
        }
      • 123

      • 123

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }
        ## sf
        {
        root2:[node1,node2]
        }
        {
        root3:[node1,node2]
        }
        {
        root4:[node1,node2]
        }
        • 写法如下download
          1
          2
          3
          4
          5
          {
          root1:[node1,node2]
          node2:[node3,node4,node5]
          node5:[node6]
          }
  • root4

    • 123

    • 123

      • dfdgf

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        16
        17
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }

        {
        root2:[node1,node2]
        }

        {
        root3:[node1,node2]
        }

        {
        root4:[node1,node2]
        }
      • 123

      • 123

        写法如下download
        1
        2
        3
        4
        5
        6
        7
        8
        9
        10
        11
        12
        13
        14
        15
        {
        root1:[node1,node2]
        node2:[node3,node4,node5]
        node5:[node6]
        }
        ## sf
        {
        root2:[node1,node2]
        }
        {
        root3:[node1,node2]
        }
        {
        root4:[node1,node2]
        }
        • 写法如下download
          1
          2
          3
          4
          5
          {
          root1:[node1,node2]
          node2:[node3,node4,node5]
          node5:[node6]
          }
曲终