climb-onyx-gui 0.12.10 → 0.12.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/climb-onyx-gui.js +8304 -8816
- package/dist/style.css +2 -2
- package/dist/utils/graphStyles.d.ts +0 -121
- package/package.json +1 -1
|
@@ -1,138 +1,17 @@
|
|
|
1
1
|
declare const graphStyles: {
|
|
2
2
|
layout: {
|
|
3
|
-
annotationdefaults: {
|
|
4
|
-
arrowcolor: string;
|
|
5
|
-
arrowhead: number;
|
|
6
|
-
arrowwidth: number;
|
|
7
|
-
};
|
|
8
|
-
autotypenumbers: string;
|
|
9
|
-
coloraxis: {
|
|
10
|
-
colorbar: {
|
|
11
|
-
outlinewidth: number;
|
|
12
|
-
ticks: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
colorscale: {
|
|
16
|
-
diverging: (string | number)[][];
|
|
17
|
-
sequential: (string | number)[][];
|
|
18
|
-
sequentialminus: (string | number)[][];
|
|
19
|
-
};
|
|
20
3
|
font: {
|
|
21
4
|
color: string;
|
|
22
5
|
};
|
|
23
|
-
geo: {
|
|
24
|
-
bgcolor: string;
|
|
25
|
-
lakecolor: string;
|
|
26
|
-
landcolor: string;
|
|
27
|
-
showlakes: boolean;
|
|
28
|
-
showland: boolean;
|
|
29
|
-
subunitcolor: string;
|
|
30
|
-
};
|
|
31
|
-
hoverlabel: {
|
|
32
|
-
align: string;
|
|
33
|
-
};
|
|
34
|
-
hovermode: string;
|
|
35
|
-
mapbox: {
|
|
36
|
-
style: string;
|
|
37
|
-
};
|
|
38
6
|
paper_bgcolor: string;
|
|
39
7
|
plot_bgcolor: string;
|
|
40
|
-
polar: {
|
|
41
|
-
angularaxis: {
|
|
42
|
-
gridcolor: string;
|
|
43
|
-
linecolor: string;
|
|
44
|
-
ticks: string;
|
|
45
|
-
};
|
|
46
|
-
bgcolor: string;
|
|
47
|
-
radialaxis: {
|
|
48
|
-
gridcolor: string;
|
|
49
|
-
linecolor: string;
|
|
50
|
-
ticks: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
scene: {
|
|
54
|
-
xaxis: {
|
|
55
|
-
backgroundcolor: string;
|
|
56
|
-
gridcolor: string;
|
|
57
|
-
gridwidth: number;
|
|
58
|
-
linecolor: string;
|
|
59
|
-
showbackground: boolean;
|
|
60
|
-
ticks: string;
|
|
61
|
-
zerolinecolor: string;
|
|
62
|
-
};
|
|
63
|
-
yaxis: {
|
|
64
|
-
backgroundcolor: string;
|
|
65
|
-
gridcolor: string;
|
|
66
|
-
gridwidth: number;
|
|
67
|
-
linecolor: string;
|
|
68
|
-
showbackground: boolean;
|
|
69
|
-
ticks: string;
|
|
70
|
-
zerolinecolor: string;
|
|
71
|
-
};
|
|
72
|
-
zaxis: {
|
|
73
|
-
backgroundcolor: string;
|
|
74
|
-
gridcolor: string;
|
|
75
|
-
gridwidth: number;
|
|
76
|
-
linecolor: string;
|
|
77
|
-
showbackground: boolean;
|
|
78
|
-
ticks: string;
|
|
79
|
-
zerolinecolor: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
shapedefaults: {
|
|
83
|
-
line: {
|
|
84
|
-
color: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
sliderdefaults: {
|
|
88
|
-
bgcolor: string;
|
|
89
|
-
bordercolor: string;
|
|
90
|
-
borderwidth: number;
|
|
91
|
-
tickwidth: number;
|
|
92
|
-
};
|
|
93
|
-
ternary: {
|
|
94
|
-
aaxis: {
|
|
95
|
-
gridcolor: string;
|
|
96
|
-
linecolor: string;
|
|
97
|
-
ticks: string;
|
|
98
|
-
};
|
|
99
|
-
baxis: {
|
|
100
|
-
gridcolor: string;
|
|
101
|
-
linecolor: string;
|
|
102
|
-
ticks: string;
|
|
103
|
-
};
|
|
104
|
-
bgcolor: string;
|
|
105
|
-
caxis: {
|
|
106
|
-
gridcolor: string;
|
|
107
|
-
linecolor: string;
|
|
108
|
-
ticks: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
updatemenudefaults: {
|
|
112
|
-
bgcolor: string;
|
|
113
|
-
borderwidth: number;
|
|
114
|
-
};
|
|
115
8
|
xaxis: {
|
|
116
|
-
automargin: boolean;
|
|
117
9
|
gridcolor: string;
|
|
118
|
-
linecolor: string;
|
|
119
|
-
ticks: string;
|
|
120
|
-
title: {
|
|
121
|
-
standoff: number;
|
|
122
|
-
};
|
|
123
10
|
zerolinecolor: string;
|
|
124
|
-
zerolinewidth: number;
|
|
125
11
|
};
|
|
126
12
|
yaxis: {
|
|
127
|
-
automargin: boolean;
|
|
128
13
|
gridcolor: string;
|
|
129
|
-
linecolor: string;
|
|
130
|
-
ticks: string;
|
|
131
|
-
title: {
|
|
132
|
-
standoff: number;
|
|
133
|
-
};
|
|
134
14
|
zerolinecolor: string;
|
|
135
|
-
zerolinewidth: number;
|
|
136
15
|
};
|
|
137
16
|
};
|
|
138
17
|
};
|