Commit 4e09ad3
File tree
Expand file treeCollapse file tree
20 files changed
+570
-41
lines changedFilter options
- src
- plots
- cartesian
- gl3d/layout
- polar
- traces
- box
- carpet
- test/jasmine/tests
Expand file treeCollapse file tree
20 files changed
+570
-41
lines changedsrc/plots/cartesian/axes.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/axes.js+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
| 219 | + |
| 220 | + |
| 221 | + |
220 | 222 |
|
221 | 223 |
|
222 | 224 |
|
|
src/plots/cartesian/axis_autotype.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/axis_autotype.js+67-31Lines changed: 67 additions & 31 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
17 | 22 |
|
18 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
19 | 41 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
25 | 47 |
|
26 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
27 | 53 |
|
28 | 54 |
|
29 |
| - |
30 |
| - |
| 55 | + |
| 56 | + |
31 | 57 |
|
32 |
| - |
33 |
| - |
| 58 | + |
| 59 | + |
34 | 60 |
|
35 | 61 |
|
36 | 62 |
|
| ||
43 | 69 |
|
44 | 70 |
|
45 | 71 |
|
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
50 | 77 |
|
51 | 78 |
|
52 |
| - |
53 |
| - |
| 79 | + |
| 80 | + |
| 81 | + |
54 | 82 |
|
55 | 83 |
|
56 | 84 |
|
57 | 85 |
|
58 |
| - |
59 |
| - |
| 86 | + |
| 87 | + |
60 | 88 |
|
61 | 89 |
|
62 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
63 | 96 |
|
64 | 97 |
|
65 | 98 |
|
66 | 99 |
|
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
72 | 106 |
|
73 | 107 |
|
74 |
| - |
75 |
| - |
| 108 | + |
| 109 | + |
| 110 | + |
76 | 111 |
|
77 | 112 |
|
78 | 113 |
|
79 | 114 |
|
80 |
| - |
81 |
| - |
82 |
| - |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
83 | 119 |
|
84 | 120 |
|
85 |
| - |
| 121 | + |
86 | 122 |
|
87 | 123 |
|
88 | 124 |
|
89 | 125 |
|
90 | 126 |
|
91 | 127 |
|
92 |
| - |
| 128 | + |
93 | 129 |
|
src/plots/cartesian/layout_attributes.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/layout_attributes.js+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
105 | 118 |
|
106 | 119 |
|
107 | 120 |
|
|
src/plots/cartesian/layout_defaults.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/layout_defaults.js+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
246 | 248 |
|
247 | 249 |
|
248 | 250 |
|
| 251 | + |
249 | 252 |
|
250 | 253 |
|
251 | 254 |
|
| ||
310 | 313 |
|
311 | 314 |
|
312 | 315 |
|
| 316 | + |
313 | 317 |
|
314 | 318 |
|
315 | 319 |
|
|
src/plots/cartesian/type_defaults.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/type_defaults.js+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| 72 | + |
| 73 | + |
71 | 74 |
|
72 | 75 |
|
73 | 76 |
|
|
src/plots/gl3d/layout/axis_attributes.js
Copy file name to clipboardExpand all lines: src/plots/gl3d/layout/axis_attributes.js+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
|
src/plots/gl3d/layout/defaults.js
Copy file name to clipboardExpand all lines: src/plots/gl3d/layout/defaults.js+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| ||
109 | 110 |
|
110 | 111 |
|
111 | 112 |
|
| 113 | + |
112 | 114 |
|
113 | 115 |
|
114 | 116 |
|
|
src/plots/layout_attributes.js
Copy file name to clipboardExpand all lines: src/plots/layout_attributes.js+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
292 | 292 |
|
293 | 293 |
|
294 | 294 |
|
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
295 | 308 |
|
296 | 309 |
|
297 | 310 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1476 | 1476 |
|
1477 | 1477 |
|
1478 | 1478 |
|
| 1479 | + |
| 1480 | + |
1479 | 1481 |
|
1480 | 1482 |
|
1481 | 1483 |
|
|
src/plots/polar/layout_attributes.js
Copy file name to clipboardExpand all lines: src/plots/polar/layout_attributes.js+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
| ||
179 | 180 |
|
180 | 181 |
|
181 | 182 |
|
| 183 | + |
182 | 184 |
|
183 | 185 |
|
184 | 186 |
|
|
src/plots/polar/layout_defaults.js
Copy file name to clipboardExpand all lines: src/plots/polar/layout_defaults.js+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
| 191 | + |
191 | 192 |
|
192 | 193 |
|
193 | 194 |
|
| ||
201 | 202 |
|
202 | 203 |
|
203 | 204 |
|
204 |
| - |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
205 | 209 |
|
206 | 210 |
|
207 | 211 |
|
| ||
224 | 228 |
|
225 | 229 |
|
226 | 230 |
|
| 231 | + |
227 | 232 |
|
228 | 233 |
|
229 | 234 |
|
|
+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
112 | 117 |
|
113 | 118 |
|
114 | 119 |
|
| ||
160 | 165 |
|
161 | 166 |
|
162 | 167 |
|
163 |
| - |
| 168 | + |
164 | 169 |
|
165 | 170 |
|
166 | 171 |
|
| ||
171 | 176 |
|
172 | 177 |
|
173 | 178 |
|
174 |
| - |
| 179 | + |
175 | 180 |
|
176 | 181 |
|
177 | 182 |
|
|
src/traces/carpet/ab_defaults.js
Copy file name to clipboardExpand all lines: src/traces/carpet/ab_defaults.js+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
|
src/traces/carpet/axis_attributes.js
Copy file name to clipboardExpand all lines: src/traces/carpet/axis_attributes.js+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
|
src/traces/carpet/axis_defaults.js
Copy file name to clipboardExpand all lines: src/traces/carpet/axis_defaults.js+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| ||
219 | 220 |
|
220 | 221 |
|
221 | 222 |
|
222 |
| - |
| 223 | + |
| 224 | + |
| 225 | + |
223 | 226 |
|
0 commit comments