Commit c3c71e6
File tree
Expand file treeCollapse file tree
158 files changed
+7642
-7363
lines changedFilter options
- devtools/test_dashboard
- src
- assets
- topojson
- components
- annotations
- color
- colorbar
- colorscale
- drawing
- errorbars
- legend
- modebar
- shapes
- titles
- constants
- geo/defaults
- gl3d/defaults
- lib
- plot_api
- plots
- cartesian
- geo
- layout
- gl2d
- gl3d
- layout
- polar
- snapshot
- traces
- bars
- boxes
- choropleth
- contour
- heatmap
- histogram
- mesh3d
- pie
- scatter
- scatter3d
- scattergeo
- scattergl
- surface
- tasks/util
- test/jasmine/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
158 files changed
+7642
-7363
lines changed.jshintrc
Copy file name to clipboard+72Lines changed: 72 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 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
devtools/test_dashboard/test-geo.js
Copy file name to clipboardExpand all lines: devtools/test_dashboard/test-geo.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
| 50 | + |
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
| ||
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
| 102 | + |
100 | 103 |
|
101 | 104 |
|
102 | 105 |
|
|
src/geo/geo-assets.js renamed to src/assets/geo_assets.js
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/africa_110m.json renamed to src/assets/topojson/africa_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/africa_50m.json renamed to src/assets/topojson/africa_50m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/asia_110m.json renamed to src/assets/topojson/asia_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/asia_50m.json renamed to src/assets/topojson/asia_50m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/europe_110m.json renamed to src/assets/topojson/europe_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/europe_50m.json renamed to src/assets/topojson/europe_50m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/north-america_110m.json renamed to src/assets/topojson/north-america_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/north-america_50m.json renamed to src/assets/topojson/north-america_50m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/south-america_110m.json renamed to src/assets/topojson/south-america_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/south-america_50m.json renamed to src/assets/topojson/south-america_50m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/usa_110m.json renamed to src/assets/topojson/usa_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/usa_50m.json renamed to src/assets/topojson/usa_50m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/world_110m.json renamed to src/assets/topojson/world_110m.json
Copy file name to clipboardFile renamed without changes.
src/geo/topojson/world_50m.json renamed to src/assets/topojson/world_50m.json
Copy file name to clipboardFile renamed without changes.
src/components/annotations/arrow_paths.js
Copy file name to clipboard+49Lines changed: 49 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 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
0 commit comments