Skip to content

Commit

Permalink
1.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Apr 10, 2019
1 parent 25239aa commit 1d0acf0
Show file tree
Hide file tree
Showing 23 changed files with 125 additions and 116 deletions.
42 changes: 21 additions & 21 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
Many other localizations are available - here is an example using Swiss-German (de-CH),
see the contents of this directory for the full list.
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.47.0.js
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.47.1.js
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.

*After* the plotly.js script tag, add:
Expand All @@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.

It be can imported as minified javascript
- using dist file `dist/plotly.min.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.47.0.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.47.1.min.js

or as raw javascript:
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
- using dist file `dist/plotly.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.47.0.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.47.1.js
- using CommonJS with `require('plotly.js')`

If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
Expand Down Expand Up @@ -111,16 +111,16 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.3 MB | 822.4 kB | 268.9 kB |
| 2.3 MB | 822.5 kB | 268.9 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-basic-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-basic-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -157,16 +157,16 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.6 MB | 938.4 kB | 305.4 kB |
| 2.6 MB | 938.5 kB | 305.5 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -203,16 +203,16 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.3 MB | 838.4 kB | 276.2 kB |
| 2.3 MB | 838.5 kB | 276.3 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-geo-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-geo-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -257,8 +257,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -303,8 +303,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -349,8 +349,8 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -387,16 +387,16 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.4 MB | 864.7 kB | 281.5 kB |
| 2.4 MB | 864.8 kB | 281.5 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-finance-1.47.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.47.0.min.js |
| Tagged | https://cdn.plot.ly/plotly-finance-1.47.1.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.47.1.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down
17 changes: 9 additions & 8 deletions dist/plotly-basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (basic) v1.47.0
* plotly.js (basic) v1.47.1
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -34013,7 +34013,7 @@ exports.svgAttrs = {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '1.47.0';
exports.version = '1.47.1';

// inject promise polyfill
_dereq_('es6-promise').polyfill();
Expand Down Expand Up @@ -56828,6 +56828,7 @@ var Registry = _dereq_('../../registry');
var Color = _dereq_('../../components/color');
var Fx = _dereq_('../../components/fx');

var Lib = _dereq_('../../lib');
var polygon = _dereq_('../../lib/polygon');
var throttle = _dereq_('../../lib/throttle');
var makeEventData = _dereq_('../../components/fx/helpers').makeEventData;
Expand Down Expand Up @@ -56862,8 +56863,6 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
var allAxes = dragOptions.xaxes.concat(dragOptions.yaxes);
var subtract = e.altKey;

var doneFnCompleted = dragOptions.doneFnCompleted;

var filterPoly, selectionTester, mergedPolygons, currentPolygon;
var i, searchInfo, eventData;

Expand Down Expand Up @@ -57081,7 +57080,7 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
}

Fx.click(gd, evt);
});
}).catch(Lib.error);
};

dragOptions.doneFn = function() {
Expand All @@ -57101,8 +57100,10 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
[].push.apply(dragOptions.mergedPolygons, mergedPolygons);
}

doneFnCompleted(selection);
});
if(dragOptions.doneFnCompleted) {
dragOptions.doneFnCompleted(selection);
}
}).catch(Lib.error);
};
}

Expand Down Expand Up @@ -57614,7 +57615,7 @@ module.exports = {
selectOnClick: selectOnClick
};

},{"../../components/color":43,"../../components/fx":82,"../../components/fx/helpers":78,"../../lib/clear_gl_canvases":148,"../../lib/polygon":171,"../../lib/throttle":181,"../../plot_api/subroutines":194,"../../registry":242,"./axis_ids":206,"./constants":209,"polybooljs":17}],221:[function(_dereq_,module,exports){
},{"../../components/color":43,"../../components/fx":82,"../../components/fx/helpers":78,"../../lib":159,"../../lib/clear_gl_canvases":148,"../../lib/polygon":171,"../../lib/throttle":181,"../../plot_api/subroutines":194,"../../registry":242,"./axis_ids":206,"./constants":209,"polybooljs":17}],221:[function(_dereq_,module,exports){
/**
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-basic.min.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions dist/plotly-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (cartesian) v1.47.0
* plotly.js (cartesian) v1.47.1
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -34163,7 +34163,7 @@ exports.svgAttrs = {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '1.47.0';
exports.version = '1.47.1';

// inject promise polyfill
_dereq_('es6-promise').polyfill();
Expand Down Expand Up @@ -56978,6 +56978,7 @@ var Registry = _dereq_('../../registry');
var Color = _dereq_('../../components/color');
var Fx = _dereq_('../../components/fx');

var Lib = _dereq_('../../lib');
var polygon = _dereq_('../../lib/polygon');
var throttle = _dereq_('../../lib/throttle');
var makeEventData = _dereq_('../../components/fx/helpers').makeEventData;
Expand Down Expand Up @@ -57012,8 +57013,6 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
var allAxes = dragOptions.xaxes.concat(dragOptions.yaxes);
var subtract = e.altKey;

var doneFnCompleted = dragOptions.doneFnCompleted;

var filterPoly, selectionTester, mergedPolygons, currentPolygon;
var i, searchInfo, eventData;

Expand Down Expand Up @@ -57231,7 +57230,7 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
}

Fx.click(gd, evt);
});
}).catch(Lib.error);
};

dragOptions.doneFn = function() {
Expand All @@ -57251,8 +57250,10 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
[].push.apply(dragOptions.mergedPolygons, mergedPolygons);
}

doneFnCompleted(selection);
});
if(dragOptions.doneFnCompleted) {
dragOptions.doneFnCompleted(selection);
}
}).catch(Lib.error);
};
}

Expand Down Expand Up @@ -57764,7 +57765,7 @@ module.exports = {
selectOnClick: selectOnClick
};

},{"../../components/color":51,"../../components/fx":90,"../../components/fx/helpers":86,"../../lib/clear_gl_canvases":157,"../../lib/polygon":180,"../../lib/throttle":190,"../../plot_api/subroutines":203,"../../registry":256,"./axis_ids":215,"./constants":218,"polybooljs":25}],230:[function(_dereq_,module,exports){
},{"../../components/color":51,"../../components/fx":90,"../../components/fx/helpers":86,"../../lib":168,"../../lib/clear_gl_canvases":157,"../../lib/polygon":180,"../../lib/throttle":190,"../../plot_api/subroutines":203,"../../registry":256,"./axis_ids":215,"./constants":218,"polybooljs":25}],230:[function(_dereq_,module,exports){
/**
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-cartesian.min.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions dist/plotly-finance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (finance) v1.47.0
* plotly.js (finance) v1.47.1
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -34069,7 +34069,7 @@ exports.svgAttrs = {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '1.47.0';
exports.version = '1.47.1';

// inject promise polyfill
_dereq_('es6-promise').polyfill();
Expand Down Expand Up @@ -56884,6 +56884,7 @@ var Registry = _dereq_('../../registry');
var Color = _dereq_('../../components/color');
var Fx = _dereq_('../../components/fx');

var Lib = _dereq_('../../lib');
var polygon = _dereq_('../../lib/polygon');
var throttle = _dereq_('../../lib/throttle');
var makeEventData = _dereq_('../../components/fx/helpers').makeEventData;
Expand Down Expand Up @@ -56918,8 +56919,6 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
var allAxes = dragOptions.xaxes.concat(dragOptions.yaxes);
var subtract = e.altKey;

var doneFnCompleted = dragOptions.doneFnCompleted;

var filterPoly, selectionTester, mergedPolygons, currentPolygon;
var i, searchInfo, eventData;

Expand Down Expand Up @@ -57137,7 +57136,7 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
}

Fx.click(gd, evt);
});
}).catch(Lib.error);
};

dragOptions.doneFn = function() {
Expand All @@ -57157,8 +57156,10 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
[].push.apply(dragOptions.mergedPolygons, mergedPolygons);
}

doneFnCompleted(selection);
});
if(dragOptions.doneFnCompleted) {
dragOptions.doneFnCompleted(selection);
}
}).catch(Lib.error);
};
}

Expand Down Expand Up @@ -57670,7 +57671,7 @@ module.exports = {
selectOnClick: selectOnClick
};

},{"../../components/color":47,"../../components/fx":86,"../../components/fx/helpers":82,"../../lib/clear_gl_canvases":152,"../../lib/polygon":175,"../../lib/throttle":185,"../../plot_api/subroutines":198,"../../registry":246,"./axis_ids":210,"./constants":213,"polybooljs":21}],225:[function(_dereq_,module,exports){
},{"../../components/color":47,"../../components/fx":86,"../../components/fx/helpers":82,"../../lib":163,"../../lib/clear_gl_canvases":152,"../../lib/polygon":175,"../../lib/throttle":185,"../../plot_api/subroutines":198,"../../registry":246,"./axis_ids":210,"./constants":213,"polybooljs":21}],225:[function(_dereq_,module,exports){
/**
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-finance.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-geo-assets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d0acf0

Please sign in to comment.