Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3e3f1e

Browse files
committed
Merge branch 'master' into ternary
2 parents c2f7f71 + e03e9e0 commit f3e3f1e

Some content is hidden

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

61 files changed

+11582
-8626
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ 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.0] -- 2016-03-22
13+
14+
### Added
15+
16+
- Custom surface color functionality (for 4D plotting) is added to surface traces [#347]
17+
- Top-level `Plotly.purge` method (which returns the graph div in its
18+
pre-Plotly.plot state) is added [#300]
19+
- Support for custom hover labels on multiple subplots in `Plotly.Fx.hover` is
20+
added [#301]
21+
22+
### Fixed
23+
- Error bars node ordering now respect the trace ordering [#343]
24+
- Geo traces nodes now update properly on streaming plot calls [#324]
25+
- jQuery check in event module is made more robust [#328]
26+
27+
1228
## [1.6.3] -- 2016-03-07
1329

1430
### Fixed

build/plotcss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var rules = {
88
"X a": "text-decoration:none;",
99
"X a:hover": "text-decoration:none;",
1010
"X .crisp": "shape-rendering:crispEdges;",
11+
"X .user-select-none": "-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;",
1112
"X svg": "overflow:hidden;",
1213
"X svg a": "fill:#447adb;",
1314
"X svg a:hover": "fill:#3c6dc5;",

devtools/test_dashboard/test_gl3d.js

Lines changed: 2 additions & 1 deletion
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['tetrahedra'] = require('@mocks/gl3d_tet.json');
38+
plots['tet'] = require('@mocks/gl3d_tet.json');
39+
plots['surface_intensity'] = require('@mocks/gl3d_surface_intensity.json');
3940

4041
plotButtons(plots, figDir);

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)