8000 Merge branch 'master' into ternary · plotly/plotly.js@e78818d · GitHub
[go: up one dir, main page]

Skip to content

Commit e78818d

Browse files
committed
Merge branch 'master' into ternary
2 parents c75051d + fee3de6 commit e78818d

Some content is hidden

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

46 files changed

+2160
-770
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"no-multi-spaces": [2],
3636
"no-whitespace-before-property": [2],
3737
"no-unexpected-multiline": [2],
38+
"no-floating-decimal": [2],
3839
"space-infix-ops": [0, {"int32Hint": false}],
3940
"quotes": [2, "single"],
4041
"dot-notation": [2, {"allowKeywords": false}],

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

12+
## [1.7.1] -- 2016-03-30
13+
14+
### Fixed
15+
- Legend dimensions are correctly updated (bug introduced in 1.7.0) [#365]
16+
- Friction between cartesian double-click and drag interactions is reduced [#355]
17+
- Ultra-zoomed svg line paths are correctly computed [#353]
18+
- Initial axis ranges are no longer reset on data-updating restyle calls [#351]
19+
- Events now work in jQuery no-conflict scopes (bug introduced in 1.7.0) [#352]
20+
21+
1222
## [1.7.0] -- 2016-03-22
1323

1424
### Added
15-
1625
- Custom surface color functionality (for 4D plotting) is added to surface traces [#347]
1726
- Top-level `Plotly.purge` method (which returns the graph div in its
1827
pre-Plotly.plot state) is added [#300]

devtools/test_dashboard/test_gl3d.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ plots['marker-arrays'] = require('@mocks/gl3d_marker-arrays.json');
3535
plots['scatter3d-colorscale'] = require('@mocks/gl3d_scatter3d-colorscale.json');
3636
plots['autocolorscale'] = require('@mocks/gl3d_autocolorscale.json');
3737
plots['nan-holes'] = require('@mocks/gl3d_nan-holes.json');
38+
plots['scatter3d-connectgaps'] = require('@mocks/gl3d_scatter3d-connectgaps.json');
3839
plots['tet'] = require('@mocks/gl3d_tet.json');
3940
plots['surface_intensity'] = require('@mocks/gl3d_surface_intensity.json');
4041

dist/plotly-geo-assets.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0