File tree
Expand file treeCollapse file tree
25 files changed
+384
-35
lines changedFilter options
- src
- components/colorbar
- plots
- cartesian
- gl3d/layout
- traces
- contour
- heatmap
- histogram
- histogram2d
- histogram2dcontour
- test/jasmine/tests
Expand file treeCollapse file tree
25 files changed
+384
-35
lines changedsrc/components/colorbar/draw.js
Copy file name to clipboardExpand all lines: src/components/colorbar/draw.js+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 |
| - |
| 177 | + |
| 178 | + |
178 | 179 |
|
179 | 180 |
|
180 | 181 |
|
|
src/plots/cartesian/axis_defaults.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/axis_defaults.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
src/plots/cartesian/layout_defaults.js
Copy file name to clipboardExpand all lines: src/plots/cartesian/layout_defaults.js+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
| 129 | + |
| 130 | + |
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
| ||
140 | 141 |
|
141 | 142 |
|
142 | 143 |
|
143 |
| - |
| 144 | + |
144 | 145 |
|
145 | 146 |
|
146 | 147 |
|
|
src/plots/gl3d/layout/axis_defaults.js
Copy file name to clipboardExpand all lines: src/plots/gl3d/layout/axis_defaults.js+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
|
src/plots/gl3d/layout/defaults.js
Copy file name to clipboardExpand all lines: src/plots/gl3d/layout/defaults.js+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
| ||
97 | 98 |
|
98 | 99 |
|
99 | 100 |
|
100 |
| - |
| 101 | + |
| 102 | + |
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
|
src/traces/contour/defaults.js
Copy file name to clipboardExpand all lines: src/traces/contour/defaults.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
src/traces/heatmap/defaults.js
Copy file name to clipboardExpand all lines: src/traces/heatmap/defaults.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
src/traces/heatmap/xyz_defaults.js
Copy file name to clipboardExpand all lines: src/traces/heatmap/xyz_defaults.js+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
src/traces/histogram/defaults.js
Copy file name to clipboardExpand all lines: src/traces/histogram/defaults.js+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 | 29 |
|
33 | 30 |
|
34 | 31 |
|
| ||
39 | 36 |
|
40 | 37 |
|
41 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
src/traces/histogram2d/defaults.js
Copy file name to clipboardExpand all lines: src/traces/histogram2d/defaults.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
src/traces/histogram2d/sample_defaults.js
Copy file name to clipboardExpand all lines: src/traces/histogram2d/sample_defaults.js+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
|
src/traces/histogram2dcontour/defaults.js
Copy file name to clipboardExpand all lines: src/traces/histogram2dcontour/defaults.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
test/jasmine/tests/axes_test.js
Copy file name to clipboardExpand all lines: test/jasmine/tests/axes_test.js+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
388 | 416 |
|
389 | 417 |
|
390 | 418 |
|
|
test/jasmine/tests/bar_test.js
Copy file name to clipboardExpand all lines: test/jasmine/tests/bar_test.js+27-1Lines changed: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
119 | 145 |
|
120 | 146 |
|
121 | 147 |
|
|
test/jasmine/tests/box_test.js
Copy file name to clipboardExpand all lines: test/jasmine/tests/box_test.js+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
84 | 110 |
|
85 | 111 |
|
86 | 112 |
|
test/jasmine/tests/contour_test.js
Copy file name to clipboardExpand all lines: test/jasmine/tests/contour_test.js+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 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 | + |
54 | 84 |
|
55 | 85 |
|
56 | 86 |
|
|
test/jasmine/tests/finance_test.js
Copy file name to clipboardExpand all lines: test/jasmine/tests/finance_test.js+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
334 | 370 |
|
335 | 371 |
|
336 | 372 |
|
|
test/jasmine/tests/gl3daxes_test.js
Copy file name to clipboardExpand all lines: test/jasmine/tests/gl3daxes_test.js+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 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 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
78 | 108 |
|
79 | 109 |
|
0 commit comments