Skip to content

Commit

Permalink
1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jul 5, 2018
1 parent 7f8b49d commit b713c41
Show file tree
Hide file tree
Showing 25 changed files with 55,793 additions and 105,438 deletions.
320 changes: 259 additions & 61 deletions dist/README.md

Large diffs are not rendered by default.

3,657 changes: 2,795 additions & 862 deletions dist/plot-schema.json

Large diffs are not rendered by default.

4,022 changes: 2,542 additions & 1,480 deletions dist/plotly-basic.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-basic.min.js

Large diffs are not rendered by default.

4,336 changes: 2,685 additions & 1,651 deletions dist/plotly-cartesian.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-cartesian.min.js

Large diffs are not rendered by default.

4,092 changes: 2,577 additions & 1,515 deletions dist/plotly-finance.js

Large diffs are not rendered by default.

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.

4,087 changes: 2,561 additions & 1,526 deletions dist/plotly-geo.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

7,887 changes: 5,557 additions & 2,330 deletions dist/plotly-gl2d.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-gl2d.min.js

Large diffs are not rendered by default.

9,959 changes: 6,537 additions & 3,422 deletions dist/plotly-gl3d.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-gl3d.min.js

Large diffs are not rendered by default.

29,109 changes: 2,629 additions & 26,480 deletions dist/plotly-mapbox.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-mapbox.min.js

Large diffs are not rendered by default.

46,975 changes: 13,884 additions & 33,091 deletions dist/plotly-with-meta.js

Large diffs are not rendered by default.

46,725 changes: 13,736 additions & 32,989 deletions dist/plotly.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/translation-keys.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Autoscale // components/modebar/buttons.js:150
Box Select // components/modebar/buttons.js:114
Click to enter Colorscale title // plots/plots.js:326
Click to enter Colorscale title // plots/plots.js:327
Click to enter Component A title // plots/ternary/ternary.js:390
Click to enter Component B title // plots/ternary/ternary.js:405
Click to enter Component C title // plots/ternary/ternary.js:416
Click to enter Plot title // plot_api/plot_api.js:514
Click to enter X axis title // plots/plots.js:324
Click to enter Y axis title // plots/plots.js:325
Click to enter radial axis title // plots/polar/polar.js:377
Click to enter Plot title // plot_api/plot_api.js:535
Click to enter X axis title // plots/plots.js:325
Click to enter Y axis title // plots/plots.js:326
Click to enter radial axis title // plots/polar/polar.js:408
Compare data on hover // components/modebar/buttons.js:178
Double-click on legend to isolate one trace // components/legend/handle_click.js:89
Double-click to zoom back out // plots/cartesian/dragbox.js:1012
Double-click to zoom back out // plots/cartesian/dragbox.js:1011
Download plot // components/modebar/buttons.js:55
Download plot as a png // components/modebar/buttons.js:54
Edit in Chart Studio // components/modebar/buttons.js:87
IE only supports svg. Changing format to svg. // components/modebar/buttons.js:65
Lasso Select // components/modebar/buttons.js:123
Orbital rotation // components/modebar/buttons.js:287
Pan // components/modebar/buttons.js:105
Produced with Plotly // components/modebar/modebar.js:259
Produced with Plotly // components/modebar/modebar.js:272
Reset // components/modebar/buttons.js:443
Reset axes // components/modebar/buttons.js:159
Reset camera to default // components/modebar/buttons.js:325
Expand Down Expand Up @@ -48,12 +48,12 @@ mean ± σ: // traces/box/calc.js:1
mean: // traces/box/calc.js:139
median: // traces/box/calc.js:134
min: // traces/box/calc.js:135
new text // plots/plots.js:327
new text // plots/plots.js:328
open: // traces/ohlc/calc.js:101
outgoing flow count: // traces/sankey/plot.js:143
q1: // traces/box/calc.js:136
q3: // traces/box/calc.js:137
source: // traces/sankey/plot.js:140
target: // traces/sankey/plot.js:141
trace // plots/plots.js:329
trace // plots/plots.js:330
upper fence: // traces/box/calc.js:141
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly.js",
"version": "1.38.3",
"version": "1.39.0",
"description": "The open source javascript graphing library that powers plotly",
"license": "MIT",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/geo_assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var saneTopojson = require('sane-topojson');


// package version injected by `npm run preprocess`
exports.version = '1.38.3';
exports.version = '1.39.0';

exports.topojson = saneTopojson;
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'use strict';

// package version injected by `npm run preprocess`
exports.version = '1.38.3';
exports.version = '1.39.0';

// inject promise polyfill
require('es6-promise').polyfill();
Expand Down

0 comments on commit b713c41

Please sign in to comment.