Commit 7c1adde
File tree
Expand file treeCollapse file tree
12 files changed
+1683
-10
lines changedFilter options
- plotly
- api/v2
- figure_factory
- package_data
- plotly
- presentation_objs
- tests/test_core/test_spectacle_presentation
Expand file treeCollapse file tree
12 files changed
+1683
-10
lines changed+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
5 | 9 |
|
6 | 10 |
|
7 | 11 |
|
|
plotly/api/v2/__init__.py
Copy file name to clipboard+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
| 5 | + |
plotly/api/v2/spectacle_presentations.py
Copy file name to clipboard+32Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
plotly/figure_factory/_scatterplot.py
Copy file name to clipboardExpand all lines: plotly/figure_factory/_scatterplot.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
386 | 386 |
|
387 | 387 |
|
388 | 388 |
|
389 |
| - |
| 389 | + |
390 | 390 |
|
391 |
| - |
| 391 | + |
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
| ||
556 | 556 |
|
557 | 557 |
|
558 | 558 |
|
559 |
| - |
| 559 | + |
560 | 560 |
|
561 |
| - |
| 561 | + |
562 | 562 |
|
563 | 563 |
|
564 | 564 |
|
|
plotly/package_data/default-schema.json
Copy file name to clipboardExpand all lines: plotly/package_data/default-schema.json+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35081 | 35081 |
|
35082 | 35082 |
|
35083 | 35083 |
|
| 35084 | + |
35084 | 35085 |
|
35085 | 35086 |
|
35086 | 35087 |
|
| ||
35101 | 35102 |
|
35102 | 35103 |
|
35103 | 35104 |
|
| 35105 | + |
35104 | 35106 |
|
35105 | 35107 |
|
35106 | 35108 |
|
| ||
35134 | 35136 |
|
35135 | 35137 |
|
35136 | 35138 |
|
| 35139 | + |
35137 | 35140 |
|
35138 | 35141 |
|
35139 | 35142 |
|
| ||
35148 | 35151 |
|
35149 | 35152 |
|
35150 | 35153 |
|
| 35154 | + |
35151 | 35155 |
|
35152 | 35156 |
|
35153 | 35157 |
|
| ||
35216 | 35220 |
|
35217 | 35221 |
|
35218 | 35222 |
|
35219 |
| - |
| 35223 | + |
35220 | 35224 |
|
35221 | 35225 |
|
35222 | 35226 |
|
| ||
35345 | 35349 |
|
35346 | 35350 |
|
35347 | 35351 |
|
| 35352 | + |
35348 | 35353 |
|
35349 | 35354 |
|
35350 | 35355 |
|
| ||
35365 | 35370 |
|
35366 | 35371 |
|
35367 | 35372 |
|
| 35373 | + |
35368 | 35374 |
|
35369 | 35375 |
|
35370 | 35376 |
|
| ||
35398 | 35404 |
|
35399 | 35405 |
|
35400 | 35406 |
|
| 35407 | + |
35401 | 35408 |
|
35402 | 35409 |
|
35403 | 35410 |
|
| ||
35412 | 35419 |
|
35413 | 35420 |
|
35414 | 35421 |
|
| 35422 | + |
35415 | 35423 |
|
35416 | 35424 |
|
35417 | 35425 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
+81-2Lines changed: 81 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
| ||
1520 | 1525 |
|
1521 | 1526 |
|
1522 | 1527 |
|
| 1528 | + |
| 1529 | + |
| 1530 | + |
| 1531 | + |
| 1532 | + |
| 1533 | + |
| 1534 | + |
| 1535 | + |
| 1536 | + |
| 1537 | + |
| 1538 | + |
| 1539 | + |
| 1540 | + |
| 1541 | + |
| 1542 | + |
| 1543 | + |
| 1544 | + |
| 1545 | + |
| 1546 | + |
| 1547 | + |
| 1548 | + |
| 1549 | + |
| 1550 | + |
| 1551 | + |
| 1552 | + |
| 1553 | + |
| 1554 | + |
| 1555 | + |
| 1556 | + |
| 1557 | + |
| 1558 | + |
| 1559 | + |
| 1560 | + |
| 1561 | + |
| 1562 | + |
| 1563 | + |
| 1564 | + |
| 1565 | + |
| 1566 | + |
| 1567 | + |
| 1568 | + |
| 1569 | + |
| 1570 | + |
| 1571 | + |
| 1572 | + |
| 1573 | + |
| 1574 | + |
| 1575 | + |
| 1576 | + |
| 1577 | + |
| 1578 | + |
| 1579 | + |
| 1580 | + |
| 1581 | + |
| 1582 | + |
| 1583 | + |
| 1584 | + |
| 1585 | + |
| 1586 | + |
| 1587 | + |
| 1588 | + |
| 1589 | + |
| 1590 | + |
| 1591 | + |
| 1592 | + |
| 1593 | + |
| 1594 | + |
| 1595 | + |
| 1596 | + |
| 1597 | + |
| 1598 | + |
| 1599 | + |
| 1600 | + |
| 1601 | + |
| 1602 | + |
1523 | 1603 |
|
1524 | 1604 |
|
1525 | 1605 |
|
| ||
1712 | 1792 |
|
1713 | 1793 |
|
1714 | 1794 |
|
1715 |
| - |
1716 |
| - |
| 1795 | + |
1717 | 1796 |
|
1718 | 1797 |
|
1719 | 1798 |
|
|
plotly/presentation_objs/__init__.py
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
0 commit comments