Skip to content

Commit 49349b5

Browse files
committed
Update cy fixtures
1 parent 239981f commit 49349b5

File tree

6 files changed

+54
-54
lines changed

6 files changed

+54
-54
lines changed

cypress/fixtures/candlestick.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@
142142
},
143143
"grid": {
144144
"show": true,
145-
"stroke": "#e1e5e8",
145+
"stroke": "#e1e5e8ff",
146146
"strokeWidth": 0.5,
147147
"xAxis": {
148148
"dataLabels": {
149149
"show": true,
150150
"fontSize": 4,
151-
"color": "#2D353C",
151+
"color": "#2D353Cff",
152152
"offsetY": 0,
153153
"bold": false
154154
}
@@ -157,7 +157,7 @@
157157
"dataLabels": {
158158
"show": true,
159159
"fontSize": 12,
160-
"color": "#2D353C",
160+
"color": "#2D353Cff",
161161
"roundingValue": 0,
162162
"offsetX": 0,
163163
"bold": false,
@@ -168,37 +168,37 @@
168168
}
169169
},
170170
"wick": {
171-
"stroke": "#2D353C",
171+
"stroke": "#2D353Cff",
172172
"strokeWidth": 0.5,
173173
"extremity": {
174174
"shape": "line",
175175
"size": "auto",
176-
"color": "#2D353C"
176+
"color": "#2D353Cff"
177177
}
178178
},
179179
"candle": {
180180
"borderRadius": 1,
181-
"stroke": "#2D353C",
181+
"stroke": "#2D353Cff",
182182
"strokeWidth": 0.5,
183183
"colors": {
184-
"bearish": "#dc3912",
185-
"bullish": "#109618"
184+
"bearish": "#dc3912ff",
185+
"bullish": "#109618ff"
186186
},
187187
"gradient": {
188188
"show": true,
189189
"intensity": 40,
190-
"underlayer": "#FFFFFF"
190+
"underlayer": "#FFFFFFff"
191191
},
192192
"widthRatio": 0.5
193193
}
194194
},
195195
"zoom": {
196196
"show": true,
197-
"color": "#CCCCCC"
197+
"color": "#CCCCCCff"
198198
},
199199
"title": {
200200
"text": "Title",
201-
"color": "#2D353C",
201+
"color": "#2D353Cff",
202202
"fontSize": 20,
203203
"bold": true,
204204
"subtitle": {
@@ -210,8 +210,8 @@
210210
},
211211
"tooltip": {
212212
"show": true,
213-
"backgroundColor": "#FFFFFF",
214-
"color": "#2D353C",
213+
"backgroundColor": "#FFFFFFff",
214+
"color": "#2D353Cff",
215215
"fontSize": 14,
216216
"roundingValue": 0,
217217
"prefix": "",

cypress/fixtures/donut.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"chart": {
3838
"useGradient": true,
3939
"gradientIntensity": 40,
40-
"backgroundColor": "#FFFFFF",
40+
"backgroundColor": "#FFFFFFff",
4141
"color": "#2D353C",
4242
"layout": {
4343
"labels": {
@@ -97,7 +97,7 @@
9797
}
9898
},
9999
"legend": {
100-
"backgroundColor": "#FFFFFF",
100+
"backgroundColor": "#FFFFFFff",
101101
"color": "#2D353C",
102102
"show": true,
103103
"fontSize": 16,
@@ -120,7 +120,7 @@
120120
"tooltip": {
121121
"show": true,
122122
"color": "#2D353C",
123-
"backgroundColor": "#FFFFFF",
123+
"backgroundColor": "#FFFFFFff",
124124
"fontSize": 14,
125125
"showValue": true,
126126
"showPercentage": true,
@@ -144,7 +144,7 @@
144144
"outline": "1px solid #e1e5e8"
145145
},
146146
"td": {
147-
"backgroundColor": "#FFFFFF",
147+
"backgroundColor": "#FFFFFFff",
148148
"color": "#2D353C",
149149
"outline": "1px solid #e1e5e8",
150150
"roundingValue": 0,

cypress/fixtures/gauge.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"style": {
2525
"fontFamily": "inherit",
2626
"chart": {
27-
"backgroundColor": "#FFFFFF",
28-
"color": "#2D353C",
27+
"backgroundColor": "#FFFFFFff",
28+
"color": "#2D353Cff",
2929
"animation": {
3030
"use": true,
3131
"speed": 1,
@@ -39,26 +39,26 @@
3939
},
4040
"markers": {
4141
"size": 1,
42-
"color": "#2D353C",
42+
"color": "#2D353Cff",
4343
"strokeWidth": 1,
44-
"stroke": "#2D353C",
45-
"backgroundColor": "#FFFFFF",
44+
"stroke": "#2D353Cff",
45+
"backgroundColor": "#FFFFFFff",
4646
"bold": true,
4747
"fontSizeRatio": 1,
4848
"offsetY": 0,
4949
"roundingValue": 0
5050
},
5151
"pointer": {
5252
"size": 1,
53-
"stroke": "#2D353C",
53+
"stroke": "#2D353Cff",
5454
"strokeWidth": 12,
5555
"useRatingColor": true,
5656
"color": "#CCCCCC",
5757
"circle": {
5858
"radius": 10,
59-
"stroke": "#2D353C",
59+
"stroke": "#2D353Cff",
6060
"strokeWidth": 2,
61-
"color": "#FFFFFF"
61+
"color": "#FFFFFFff"
6262
}
6363
}
6464
},
@@ -69,11 +69,11 @@
6969
"roundingValue": 1,
7070
"showPlusSymbol": true,
7171
"useRatingColor": true,
72-
"color": "#2D353C"
72+
"color": "#2D353Cff"
7373
},
7474
"title": {
7575
"text": "Title",
76-
"color": "#2D353C",
76+
"color": "#2D353Cff",
7777
"fontSize": 20,
7878
"bold": true,
7979
"subtitle": {

cypress/fixtures/relation-circle.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
],
198198
"config": {
199199
"style": {
200-
"backgroundColor": "#FFFFFF",
200+
"backgroundColor": "#FFFFFFff",
201201
"fontFamily": "inherit",
202202
"size": 400,
203203
"limit": 50,
@@ -206,7 +206,7 @@
206206
"speedMs": 300
207207
},
208208
"labels": {
209-
"color": "#2D353C",
209+
"color": "#2D353Cff",
210210
"fontSize": 10
211211
},
212212
"links": {
@@ -215,17 +215,17 @@
215215
},
216216
"circle": {
217217
"radiusProportion": 0.2,
218-
"stroke": "#CCCCCC",
218+
"stroke": "#CCCCCCff",
219219
"strokeWidth": 1,
220220
"offsetY": 0
221221
},
222222
"plot": {
223223
"radius": 2,
224-
"color": "#2D353C"
224+
"color": "#2D353Cff"
225225
},
226226
"title": {
227227
"text": "Title",
228-
"color": "#2D353C",
228+
"color": "#2D353Cff",
229229
"fontSize": 20,
230230
"bold": true,
231231
"subtitle": {

cypress/fixtures/scatter.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"config": {
2626
"useCssAnimation": true,
2727
"style": {
28-
"backgroundColor": "#FFFFFF",
29-
"color":"#2D353C",
28+
"backgroundColor": "#FFFFFFff",
29+
"color":"#2D353Cff",
3030
"fontFamily":"inherit",
3131
"layout": {
3232
"height": 316,
@@ -39,12 +39,12 @@
3939
},
4040
"axis": {
4141
"show": true,
42-
"stroke":"#e1e5e8",
42+
"stroke":"#e1e5e8ff",
4343
"strokeWidth":1
4444
},
4545
"plots": {
4646
"radius": 2,
47-
"stroke": "#FFFFFF",
47+
"stroke": "#FFFFFFff",
4848
"strokeWidth": 0.3,
4949
"opacity": 0.6,
5050
"significance": {
@@ -64,7 +64,7 @@
6464
"label": {
6565
"show": true,
6666
"fontSize": 12,
67-
"color":"#2D353C",
67+
"color":"#2D353Cff",
6868
"bold": true,
6969
"roundingValue": 2,
7070
"useSerieColor": true
@@ -75,7 +75,7 @@
7575
"name": "xAxis",
7676
"show": true,
7777
"fontSize": 8,
78-
"color":"#2D353C",
78+
"color":"#2D353Cff",
7979
"bold":false,
8080
"offsetX": 0,
8181
"offsetY": 0,
@@ -85,7 +85,7 @@
8585
"name":"yAxis",
8686
"show": true,
8787
"fontSize": 8,
88-
"color":"#2D353C",
88+
"color":"#2D353Cff",
8989
"bold":false,
9090
"offsetY": 0,
9191
"offsetX": 0,
@@ -95,7 +95,7 @@
9595
},
9696
"title": {
9797
"text": "Title",
98-
"color": "#2D353C",
98+
"color": "#2D353Cff",
9999
"fontSize": 20,
100100
"bold": true,
101101
"subtitle": {
@@ -107,16 +107,16 @@
107107
},
108108
"legend": {
109109
"show": true,
110-
"backgroundColor":"#FFFFFF",
111-
"color": "#2D353C",
110+
"backgroundColor":"#FFFFFFff",
111+
"color": "#2D353Cff",
112112
"fontSize" : 12,
113113
"bold": true,
114114
"roundingValue": 0
115115
},
116116
"tooltip": {
117117
"show": true,
118-
"backgroundColor": "#FFFFFF",
119-
"color": "#2D353C",
118+
"backgroundColor": "#FFFFFFff",
119+
"color": "#2D353Cff",
120120
"fontSize": 14,
121121
"roundingValue": 0
122122
}
@@ -128,13 +128,13 @@
128128
"show": false,
129129
"th": {
130130
"backgroundColor": "#FAFAFA",
131-
"color": "#2D353C",
132-
"outline": "1px solid #e1e5e8"
131+
"color": "#2D353Cff",
132+
"outline": "1px solid #e1e5e8ff"
133133
},
134134
"td": {
135-
"backgroundColor": "#FFFFFF",
136-
"color": "#2D353C",
137-
"outline": "1px solid #e1e5e8",
135+
"backgroundColor": "#FFFFFFff",
136+
"color": "#2D353Cff",
137+
"outline": "1px solid #e1e5e8ff",
138138
"roundingValue": 2,
139139
"roundingAverage": 1
140140
},

cypress/fixtures/thermometer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"style": {
1414
"fontFamily":"inherit",
1515
"chart": {
16-
"backgroundColor":"#FFFFFF",
17-
"color":"#2D353C",
16+
"backgroundColor":"#FFFFFFff",
17+
"color":"#2D353Cff",
1818
"height": 360,
1919
"thermometer": {
2020
"width": 48
@@ -29,7 +29,7 @@
2929
"show": true,
3030
"sides": "both",
3131
"height": 2,
32-
"stroke":"#e1e5e8",
32+
"stroke":"#e1e5e8ff",
3333
"strokeWidth": 1,
3434
"showIntermediate": true,
3535
"gradient": {
@@ -45,12 +45,12 @@
4545
"fontSize": 20,
4646
"rounding": 1,
4747
"bold": true,
48-
"color": "#2D353C"
48+
"color": "#2D353Cff"
4949
}
5050
},
5151
"title": {
5252
"text": "Title",
53-
"color": "#2D353C",
53+
"color": "#2D353Cff",
5454
"fontSize": 20,
5555
"bold": true,
5656
"subtitle": {

0 commit comments

Comments
 (0)