Skip to content

Commit b5cfaf1

Browse files
Copilotgatopeich
andcommitted
Revert .gitignore additions from PR #7 and restore deleted dist files
PR #7 added dist/*.js, dist/*.min.js, dist/plot-schema.json, and dist/translation-keys.txt to .gitignore, which removed ~95 tracked dist files. The upstream plotly/plotly.js tracks these files (committed at release time). This reverts .gitignore to match upstream and restores all dist files from the pre-PR#7 state. Co-authored-by: gatopeich <7722268+gatopeich@users.noreply.github.com> Agent-Logs-Url: https://github.com/gatopeich/plotly.js/sessions/30fb7b56-90e9-4537-a51a-9e73113f74dc
1 parent 420bc64 commit b5cfaf1

100 files changed

Lines changed: 1588533 additions & 12 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ build/*
66

77
dist/*.LICENSE.txt
88
dist/*.css
9-
dist/*.js
10-
dist/*.min.js
11-
dist/plot-schema.json
12-
dist/translation-keys.txt
139

1410
npm-debug.log*
1511
*.sublime*

dist/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
9191

9292
| Raw size | Minified size | Minified + gzip size |
9393
|------|-----------------|------------------------|
94-
| 2.6 MB | 1.1 MB | 364.2 kB |
94+
| 2.7 MB | 1.1 MB | 364.6 kB |
9595

9696
#### CDN links
9797
> https://cdn.plot.ly/plotly-basic-3.4.0.js
@@ -114,7 +114,7 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
114114

115115
| Raw size | Minified size | Minified + gzip size |
116116
|------|-----------------|------------------------|
117-
| 3.4 MB | 1.3 MB | 462.4 kB |
117+
| 3.4 MB | 1.4 MB | 462.8 kB |
118118

119119
#### CDN links
120120
> https://cdn.plot.ly/plotly-cartesian-3.4.0.js
@@ -137,7 +137,7 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
137137

138138
| Raw size | Minified size | Minified + gzip size |
139139
|------|-----------------|------------------------|
140-
| 2.9 MB | 1.2 MB | 414 kB |
140+
| 3 MB | 1.2 MB | 414.2 kB |
141141

142142
#### CDN links
143143
> https://cdn.plot.ly/plotly-geo-3.4.0.js
@@ -160,7 +160,7 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
160160

161161
| Raw size | Minified size | Minified + gzip size |
162162
|------|-----------------|------------------------|
163-
| 4.2 MB | 1.6 MB | 532.2 kB |
163+
| 4.2 MB | 1.6 MB | 532.4 kB |
164164

165165
#### CDN links
166166
> https://cdn.plot.ly/plotly-gl3d-3.4.0.js
@@ -183,7 +183,7 @@ The `gl2d` partial bundle contains trace modules `parcoords`, `scatter`, `scatte
183183

184184
| Raw size | Minified size | Minified + gzip size |
185185
|------|-----------------|------------------------|
186-
| 3.8 MB | 1.5 MB | 521 kB |
186+
| 3.8 MB | 1.5 MB | 520.8 kB |
187187

188188
#### CDN links
189189
> https://cdn.plot.ly/plotly-gl2d-3.4.0.js
@@ -206,7 +206,7 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
206206

207207
| Raw size | Minified size | Minified + gzip size |
208208
|------|-----------------|------------------------|
209-
| 4.5 MB | 1.9 MB | 578.9 kB |
209+
| 4.5 MB | 1.9 MB | 579.3 kB |
210210

211211
#### CDN links
212212
> https://cdn.plot.ly/plotly-mapbox-3.4.0.js
@@ -229,7 +229,7 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
229229

230230
| Raw size | Minified size | Minified + gzip size |
231231
|------|-----------------|------------------------|
232-
| 2.9 MB | 1.2 MB | 398 kB |
232+
| 2.9 MB | 1.2 MB | 398.2 kB |
233233

234234
#### CDN links
235235
> https://cdn.plot.ly/plotly-finance-3.4.0.js
@@ -252,7 +252,7 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
252252

253253
| Raw size | Minified size | Minified + gzip size |
254254
|------|-----------------|------------------------|
255-
| 11.5 MB | 4.9 MB | 1.5 MB |
255+
| 11.5 MB | 5 MB | 1.5 MB |
256256

257257
#### CDN links
258258
> https://cdn.plot.ly/plotly-strict-3.4.0.js

0 commit comments

Comments
 (0)