summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/openbb_terminal/assets/styles/default/tables.pltstyle.json
blob: 69f80ef4d88cdf04d85492afd1b1cf4ce66e2b99 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
    "data": {
        "candlestick": [
            {
                "decreasing": {
                    "fillcolor": "#e4003a",
                    "line": {
                        "color": "#e4003a"
                    }
                },
                "increasing": {
                    "fillcolor": "#00ACFF",
                    "line": {
                        "color": "#00ACFF"
                    }
                },
                "type": "candlestick"
            }
        ]
    },
    "layout": {
        "annotationdefaults": {
            "showarrow": false
        },
        "autotypenumbers": "strict",
        "colorway": [
            "#ffed00",
            "#ef7d00",
            "#e4003a",
            "#c13246",
            "#822661",
            "#48277c",
            "#005ca9",
            "#00aaff",
            "#9b30d9",
            "#af005f",
            "#5f00af",
            "#af87ff"
        ],
        "dragmode": "pan",
        "font": {
            "family": "Fira Code",
            "size": 18
        },
        "hoverlabel": {
            "align": "left"
        },
        "mapbox": {
            "style": "light"
        },
        "hovermode": "x",
        "legend": {
            "bgcolor": "rgba(0, 0, 0, 0)",
            "x": 0.01,
            "xanchor": "left",
            "y": 0.99,
            "yanchor": "top",
            "font": {
                "size": 15
            }
        },
        "paper_bgcolor": "white",
        "plot_bgcolor": "white",
        "xaxis": {
            "automargin": true,
            "autorange": true,
            "rangeslider": {
                "visible": false
            },
            "showgrid": true,
            "showline": true,
            "tickfont": {
                "size": 14
            },
            "zeroline": false,
            "tick0": 1,
            "title": {
                "standoff": 20
            },
            "linecolor": "#F5EFF3",
            "mirror": true,
            "ticks": "outside"
        },
        "yaxis": {
            "anchor": "x",
            "automargin": true,
            "fixedrange": false,
            "zeroline": false,
            "showgrid": true,
            "showline": true,
            "side": "right",
            "tick0": 0.5,
            "title": {
                "standoff": 20
            },
            "gridcolor": "#283442",
            "linecolor": "#F5EFF3",
            "mirror": true,
            "ticks": "outside"
        }
    }
}