Welcome to mirror list, hosted at ThFree Co, Russian Federation.

flowchartjs.json « data - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a21398981eda8881ea7ab05b7d5bd88ebda8fef9 (plain)
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
{
    "x": 0,
    "y": 0,
    "line-width": 3,
    "line-length": 50,
    "text-margin": 10,
    "font-size": 14,
    "font-color": "black",
    "line-color": "black",
    "element-color": "black",
    "fill": "white",
    "yes-text": "yes",
    "no-text": "no",
    "arrow-end": "block",
    "scale": 1,
    "symbols": {
        "start": {
            "font-color": "red",
            "element-color": "green",
            "fill": "yellow"
        },
        "end": {
            "class": "end-element"
        }
    },
    "flowstate": {
        "past": {
            "fill": "#CCCCCC",
            "font-size": 12
        },
        "current": {
            "fill": "yellow",
            "font-color": "red",
            "font-weight": "bold"
        },
        "future": {
            "fill": "#FFFF99"
        },
        "request": {
            "fill": "blue"
        },
        "invalid": {
            "fill": "#444444"
        },
        "approved": {
            "fill": "#58C4A3",
            "font-size": 12,
            "yes-text": "APPROVED",
            "no-text": "n/a"
        },
        "rejected": {
            "fill": "#C45879",
            "font-size": 12,
            "yes-text": "n/a",
            "no-text": "REJECTED"
        }
    }
}