Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a72c6ee

Browse filesBrowse files
committed
1.6.0
1 parent 6a79a62 commit a72c6ee
Copy full SHA for a72c6ee

File tree

7 files changed

+89072
-89269
lines changed
Filter options

7 files changed

+89072
-89269
lines changed

‎dist/plotly-geo-assets.js

Copy file name to clipboardExpand all lines: dist/plotly-geo-assets.js
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/plotly-with-meta.js

Copy file name to clipboardExpand all lines: dist/plotly-with-meta.js
+44,517-44,613Lines changed: 44517 additions & 44613 deletions
Large diffs are not rendered by default.

‎dist/plotly.js

Copy file name to clipboardExpand all lines: dist/plotly.js
+44,513-44,613Lines changed: 44513 additions & 44613 deletions
Large diffs are not rendered by default.

‎dist/plotly.min.js

Copy file name to clipboardExpand all lines: dist/plotly.min.js
+37-38Lines changed: 37 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "The open source javascript graphing library that powers plotly",
55
"license": "MIT",
66
"main": "./lib/index.js",

‎src/assets/geo_assets.js

Copy file name to clipboardExpand all lines: src/assets/geo_assets.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ var saneTopojson = require('sane-topojson');
1212

1313

1414
// package version injected by `npm run preprocess`
15-
exports.version = '1.5.2';
15+
exports.version = '1.6.0';
1616

1717
exports.topojson = saneTopojson;

‎src/core.js

Copy file name to clipboardExpand all lines: src/core.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var Plotly = require('./plotly');
1616

1717
// package version injected by `npm run preprocess`
18-
exports.version = '1.5.2';
18+
exports.version = '1.6.0';
1919

2020
// plot api
2121
exports.plot = Plotly.plot;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.