Skip to content

Commit 9d929b3

Browse files
committed
move up dist-min
1 parent 394d9f4 commit 9d929b3

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

dist/README.md

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
9393
| Tagged | https://cdn.plot.ly/plotly-basic-2.0.0-rc.2.js |
9494
| Tagged minified | https://cdn.plot.ly/plotly-basic-2.0.0-rc.2.min.js |
9595

96+
97+
#### dist-min npm package
98+
99+
Install [`plotly.js-basic-dist-min`](https://www.npmjs.com/package/plotly.js-basic-dist-min) with
100+
```
101+
npm install plotly.js-basic-dist-min
102+
```
96103
#### npm package
97104

98105
Install [`plotly.js-basic-dist`](https://www.npmjs.com/package/plotly.js-basic-dist) with
@@ -110,13 +117,6 @@ CommonJS usage:
110117
var Plotly = require('plotly.js-basic-dist')
111118
```
112119

113-
#### dist-min npm package
114-
115-
Install [`plotly.js-basic-dist-min`](https://www.npmjs.com/package/plotly.js-basic-dist-min) with
116-
```
117-
npm install plotly.js-basic-dist-min
118-
```
119-
120120
### plotly.js cartesian
121121

122122
The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `pie`, `scatter`, `scatterternary` and `violin`.
@@ -134,6 +134,13 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
134134
| Tagged | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.2.js |
135135
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-2.0.0-rc.2.min.js |
136136

137+
138+
#### dist-min npm package
139+
140+
Install [`plotly.js-cartesian-dist-min`](https://www.npmjs.com/package/plotly.js-cartesian-dist-min) with
141+
```
142+
npm install plotly.js-cartesian-dist-min
143+
```
137144
#### npm package
138145

139146
Install [`plotly.js-cartesian-dist`](https://www.npmjs.com/package/plotly.js-cartesian-dist) with
@@ -151,13 +158,6 @@ CommonJS usage:
151158
var Plotly = require('plotly.js-cartesian-dist')
152159
```
153160

154-
#### dist-min npm package
155-
156-
Install [`plotly.js-cartesian-dist-min`](https://www.npmjs.com/package/plotly.js-cartesian-dist-min) with
157-
```
158-
npm install plotly.js-cartesian-dist-min
159-
```
160-
161161
### plotly.js geo
162162

163163
The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `scattergeo`.
@@ -175,6 +175,13 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
175175
| Tagged | https://cdn.plot.ly/plotly-geo-2.0.0-rc.2.js |
176176
| Tagged minified | https://cdn.plot.ly/plotly-geo-2.0.0-rc.2.min.js |
177177

178+
179+
#### dist-min npm package
180+
181+
Install [`plotly.js-geo-dist-min`](https://www.npmjs.com/package/plotly.js-geo-dist-min) with
182+
```
183+
npm install plotly.js-geo-dist-min
184+
```
178185
#### npm package
179186

180187
Install [`plotly.js-geo-dist`](https://www.npmjs.com/package/plotly.js-geo-dist) with
@@ -192,13 +199,6 @@ CommonJS usage:
192199
var Plotly = require('plotly.js-geo-dist')
193200
```
194201

195-
#### dist-min npm package
196-
197-
Install [`plotly.js-geo-dist-min`](https://www.npmjs.com/package/plotly.js-geo-dist-min) with
198-
```
199-
npm install plotly.js-geo-dist-min
200-
```
201-
202202
### plotly.js gl3d
203203

204204
The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`, `scatter`, `scatter3d`, `streamtube`, `surface` and `volume`.
@@ -216,6 +216,13 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
216216
| Tagged | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.2.js |
217217
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-2.0.0-rc.2.min.js |
218218

219+
220+
#### dist-min npm package
221+
222+
Install [`plotly.js-gl3d-dist-min`](https://www.npmjs.com/package/plotly.js-gl3d-dist-min) with
223+
```
224+
npm install plotly.js-gl3d-dist-min
225+
```
219226
#### npm package
220227

221228
Install [`plotly.js-gl3d-dist`](https://www.npmjs.com/package/plotly.js-gl3d-dist) with
@@ -233,13 +240,6 @@ CommonJS usage:
233240
var Plotly = require('plotly.js-gl3d-dist')
234241
```
235242

236-
#### dist-min npm package
237-
238-
Install [`plotly.js-gl3d-dist-min`](https://www.npmjs.com/package/plotly.js-gl3d-dist-min) with
239-
```
240-
npm install plotly.js-gl3d-dist-min
241-
```
242-
243243
### plotly.js gl2d
244244

245245
The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `pointcloud`, `scatter`, `scattergl` and `splom`.
@@ -257,6 +257,13 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin
257257
| Tagged | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.2.js |
258258
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-2.0.0-rc.2.min.js |
259259

260+
261+
#### dist-min npm package
262+
263+
Install [`plotly.js-gl2d-dist-min`](https://www.npmjs.com/package/plotly.js-gl2d-dist-min) with
264+
```
265+
npm install plotly.js-gl2d-dist-min
266+
```
260267
#### npm package
261268

262269
Install [`plotly.js-gl2d-dist`](https://www.npmjs.com/package/plotly.js-gl2d-dist) with
@@ -274,13 +281,6 @@ CommonJS usage:
274281
var Plotly = require('plotly.js-gl2d-dist')
275282
```
276283

277-
#### dist-min npm package
278-
279-
Install [`plotly.js-gl2d-dist-min`](https://www.npmjs.com/package/plotly.js-gl2d-dist-min) with
280-
```
281-
npm install plotly.js-gl2d-dist-min
282-
```
283-
284284
### plotly.js mapbox
285285

286286
The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitymapbox`, `scatter` and `scattermapbox`.
@@ -298,6 +298,13 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
298298
| Tagged | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.2.js |
299299
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-2.0.0-rc.2.min.js |
300300

301+
302+
#### dist-min npm package
303+
304+
Install [`plotly.js-mapbox-dist-min`](https://www.npmjs.com/package/plotly.js-mapbox-dist-min) with
305+
```
306+
npm install plotly.js-mapbox-dist-min
307+
```
301308
#### npm package
302309

303310
Install [`plotly.js-mapbox-dist`](https://www.npmjs.com/package/plotly.js-mapbox-dist) with
@@ -315,13 +322,6 @@ CommonJS usage:
315322
var Plotly = require('plotly.js-mapbox-dist')
316323
```
317324

318-
#### dist-min npm package
319-
320-
Install [`plotly.js-mapbox-dist-min`](https://www.npmjs.com/package/plotly.js-mapbox-dist-min) with
321-
```
322-
npm install plotly.js-mapbox-dist-min
323-
```
324-
325325
### plotly.js finance
326326

327327
The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funnel`, `funnelarea`, `histogram`, `indicator`, `ohlc`, `pie`, `scatter` and `waterfall`.
@@ -339,6 +339,13 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
339339
| Tagged | https://cdn.plot.ly/plotly-finance-2.0.0-rc.2.js |
340340
| Tagged minified | https://cdn.plot.ly/plotly-finance-2.0.0-rc.2.min.js |
341341

342+
343+
#### dist-min npm package
344+
345+
Install [`plotly.js-finance-dist-min`](https://www.npmjs.com/package/plotly.js-finance-dist-min) with
346+
```
347+
npm install plotly.js-finance-dist-min
348+
```
342349
#### npm package
343350

344351
Install [`plotly.js-finance-dist`](https://www.npmjs.com/package/plotly.js-finance-dist) with
@@ -356,13 +363,6 @@ CommonJS usage:
356363
var Plotly = require('plotly.js-finance-dist')
357364
```
358365

359-
#### dist-min npm package
360-
361-
Install [`plotly.js-finance-dist-min`](https://www.npmjs.com/package/plotly.js-finance-dist-min) with
362-
```
363-
npm install plotly.js-finance-dist-min
364-
```
365-
366366
### plotly.js strict
367367

368368
The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `candlestick`, `carpet`, `choropleth`, `choroplethmapbox`, `contour`, `contourcarpet`, `densitymapbox`, `funnel`, `funnelarea`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `image`, `indicator`, `ohlc`, `parcats`, `parcoords`, `pie`, `sankey`, `scatter`, `scattercarpet`, `scattergeo`, `scattergl`, `scattermapbox`, `scatterpolar`, `scatterpolargl`, `scatterternary`, `splom`, `sunburst`, `table`, `treemap`, `violin` and `waterfall`.
@@ -380,6 +380,13 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
380380
| Tagged | https://cdn.plot.ly/plotly-strict-2.0.0-rc.2.js |
381381
| Tagged minified | https://cdn.plot.ly/plotly-strict-2.0.0-rc.2.min.js |
382382

383+
384+
#### dist-min npm package
385+
386+
Install [`plotly.js-strict-dist-min`](https://www.npmjs.com/package/plotly.js-strict-dist-min) with
387+
```
388+
npm install plotly.js-strict-dist-min
389+
```
383390
#### npm package
384391

385392
Install [`plotly.js-strict-dist`](https://www.npmjs.com/package/plotly.js-strict-dist) with
@@ -397,13 +404,6 @@ CommonJS usage:
397404
var Plotly = require('plotly.js-strict-dist')
398405
```
399406

400-
#### dist-min npm package
401-
402-
Install [`plotly.js-strict-dist-min`](https://www.npmjs.com/package/plotly.js-strict-dist-min) with
403-
```
404-
npm install plotly.js-strict-dist-min
405-
```
406-
407407
----------------
408408

409409
_This file is auto-generated by `npm run stats`. Please do not edit this file directly._

tasks/stats.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ function makeBundleInfo(pathObj) {
168168
'| Tagged | ' + cdnRoot + name + '-' + pkgVersion + JS + ' |',
169169
'| Tagged minified | ' + cdnRoot + name + '-' + pkgVersion + MINJS + ' |',
170170
'',
171+
'',
172+
'#### dist-min npm package',
173+
'',
174+
'Install [`' + pkgName + '-min`](https://www.npmjs.com/package/' + pkgName + '-min) with',
175+
'```',
176+
'npm install ' + pkgName + '-min',
177+
'```',
171178
'#### npm package',
172179
'',
173180
'Install [`' + pkgName + '`](https://www.npmjs.com/package/' + pkgName + ') with',
@@ -184,13 +191,6 @@ function makeBundleInfo(pathObj) {
184191
'```js',
185192
'var Plotly = require(\'' + pkgName + '\')',
186193
'```',
187-
'',
188-
'#### dist-min npm package',
189-
'',
190-
'Install [`' + pkgName + '-min`](https://www.npmjs.com/package/' + pkgName + '-min) with',
191-
'```',
192-
'npm install ' + pkgName + '-min',
193-
'```',
194194
''
195195
].join('\n');
196196
}

0 commit comments

Comments
 (0)