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

Skip to content

Commit 175e927

Browse files
committed
Merge branch 'master' into license-2016
2 parents ddbaf7b + ebdb86e commit 175e927

File tree

9 files changed

+5798
-3307
lines changed

9 files changed

+5798
-3307
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ 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.3.0] -- 2015-12-21
13+
14+
### Added
15+
- Trigger click event on pie charts [#111]
16+
- Add attribute descriptions for mesh3d trace type [#115]
17+
18+
### Changed
19+
- [Internal] Trace module have now a 1-to-1 correspondence with trace type [#124]
20+
- [Internal] Remove circularize import in colorbar and colorscale module [#136]
21+
22+
### Fixed
23+
- Fixed zeroline behavior in gl3d plots [#112]
24+
- Axis `tickangle` consistently used degrees in both svg and gl plots [#131]
25+
- `Plotly.newPlot` destroy mode bar before plotting new one [#125]
26+
- `Plotly.newPlot` removes all event listeners from graph div [#117]
27+
- Fixed attribute description for scatter3d marker opacity [#114]
28+
29+
1230
## [1.2.1] -- 2015-12-14
1331

1432
### Changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ test:
2121
override:
2222
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' mytestbed)" -- bash -c "cd /var/www/streambed/image_server/plotly.js && node test/image/compare_pixels_test.js"
2323
- npm run citest-jasmine
24+
- npm run test-syntax

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)