Skip to content

Commit 9c0dea0

Browse files
committed
Merge branch 'master' into cdf
2 parents 62aeefb + 7ef3235 commit 9c0dea0

File tree

544 files changed

+48613
-16192
lines changed

Some content is hidden

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

544 files changed

+48613
-16192
lines changed

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,65 @@ 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+
13+
## [1.21.3] -- 2016-01-05
14+
15+
### Fixed
16+
- Fix zoom behavior on transformed traces [#1257]
17+
- Compute axis auto-range after transform operation [#1260]
18+
- Fix contour trace blowing up on zoom [#591]
19+
- Fix `scattermapbox` and `scattergeo` handling of blank strings `text` [#1283]
20+
- Lock `[email protected]` fixing 3D hover labels on fresh `npm install`
21+
[#1281]
22+
23+
24+
## [1.21.2] -- 2016-12-14
25+
26+
### Fixed
27+
- Fix handling of calendar in `filter` transforms where distinct calendars can
28+
now be set for both the `target` and `value` [#1253]
29+
- Make `Plotly.addFrames` skip over non-plain-objects inputs [#1254]
30+
- Make `Plots.graphJson` aware of `frames` [#1255]
31+
32+
33+
## [1.21.1] -- 2016-12-14
34+
35+
### Fixed
36+
- Fix `ms2datetime` routine for Chinese calendar [#1252]
37+
- Fix `tickformat` for world calendars [#1252]
38+
39+
40+
## [1.21.0] -- 2016-12-12
41+
42+
### Added
43+
- Bar labels via `text` and `textposition` [#1159]
44+
- Add support for 16 non-gregorian calendars for date inputs and display [#1220,
45+
#1230, #1237]
46+
- Add support for ISO-8601 timestamps [#1194]
47+
- Extend histogram bin auto-shifting algorithm to date axes [#1201]
48+
- Trace type `heatmapgl` is now included in the main plotly.js bundle [#1197]
49+
50+
### Changed
51+
- Linearize date coordinates using UTC rather than local milliseconds [#1194]
52+
53+
### Fixed
54+
- Fix wrongly computed date positions around daylight savings time [#1194]
55+
- Fix erroneous traces in multi-subplot layout containing fill-to scatter
56+
traces (and plotly.py violin plots) [#1198]
57+
- Fix clip path URL on pages with query hashes [#1203]
58+
- Ensure that numeric frame name are handle correctly [#1236]
59+
- Fallback for manual manipulation of slider/frames [#1233]
60+
61+
62+
## [1.20.5] -- 2016-11-23
63+
64+
### Fixed
65+
- Fix 1.20.0 regression in handling numerical strings including commas and spaces
66+
[#1185]
67+
- Fix 1.20.0 regression involving date histograms [#1186]
68+
- Fix numerous tickvals` and `ticktext` edge cases [#1191]
69+
70+
1271
## [1.20.4] -- 2016-11-21
1372

1473
### Fixed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Plotly, Inc
3+
Copyright (c) 2017 Plotly, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ plotly.js charts can also be created and saved online for free at [plot.ly/plot]
162162

163163
## Copyright and license
164164

165-
Code and documentation copyright 2016 Plotly, Inc.
165+
Code and documentation copyright 2017 Plotly, Inc.
166166

167167
Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
168168

circle.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ general:
66
machine:
77
node:
88
version: 6.1.0
9+
timezone:
10+
America/Anchorage
911
services:
1012
- docker
1113

dist/README.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
3737

3838
It be can imported as minified javascript
3939
- using dist file `dist/plotly.min.js`
40-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.20.4.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.21.3.min.js
4141

4242
or as raw javascript:
4343
- using dist file `dist/plotly.js`
44-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.20.4.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.21.3.js
4545
- using CommonJS with `require('plotly.js')`
4646

4747
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -50,7 +50,7 @@ The main plotly.js bundle weights in at:
5050

5151
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5252
|-----------|---------------|----------------------|---------------------|
53-
| 4.2 MB | 1.7 MB | 526.3 kB | 4.3 MB |
53+
| 4.5 MB | 1.8 MB | 556.8 kB | 4.6 MB |
5454

5555
## Partial bundles
5656

@@ -74,13 +74,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
7474
| dist bundle (minified) | `dist/plotly-basic.min.js` |
7575
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7676
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
77-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.20.4.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.20.4.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.21.3.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.21.3.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
8282
|------|-----------------|------------------------|
83-
| 1.6 MB | 606.6 kB | 196.6 kB |
83+
| 1.6 MB | 617.2 kB | 200.6 kB |
8484

8585
### plotly.js cartesian
8686

@@ -92,13 +92,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9292
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
9393
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9494
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
95-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.20.4.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.20.4.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.21.3.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.21.3.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
100100
|------|-----------------|------------------------|
101-
| 1.8 MB | 677.3 kB | 217.8 kB |
101+
| 1.8 MB | 690.3 kB | 222.6 kB |
102102

103103
### plotly.js geo
104104

@@ -110,13 +110,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
110110
| dist bundle (minified) | `dist/plotly-geo.min.js` |
111111
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
112112
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
113-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.20.4.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.20.4.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.21.3.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.21.3.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.6 MB | 635.1 kB | 207.2 kB |
119+
| 1.6 MB | 641.8 kB | 209.8 kB |
120120

121121
### plotly.js gl3d
122122

@@ -128,13 +128,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
128128
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
129129
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
130130
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
131-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.20.4.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.20.4.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.21.3.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.21.3.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
136136
|------|-----------------|------------------------|
137-
| 2.5 MB | 1 MB | 327.9 kB |
137+
| 2.5 MB | 1 MB | 330.7 kB |
138138

139139
### plotly.js gl2d
140140

@@ -146,13 +146,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
146146
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
147147
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
148148
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
149-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.20.4.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.20.4.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.21.3.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.21.3.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
154154
|------|-----------------|------------------------|
155-
| 2.2 MB | 929 kB | 290.7 kB |
155+
| 2.2 MB | 938 kB | 294 kB |
156156

157157
### plotly.js mapbox
158158

@@ -164,13 +164,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
164164
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
165165
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
166166
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
167-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.20.4.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.20.4.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.21.3.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.21.3.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
172172
|------|-----------------|------------------------|
173-
| 2.6 MB | 1 MB | 310.6 kB |
173+
| 2.6 MB | 1 MB | 313.2 kB |
174174

175175
### plotly.js finance
176176

@@ -182,13 +182,13 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
182182
| dist bundle (minified) | `dist/plotly-finance.min.js` |
183183
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
184184
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
185-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.20.4.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.20.4.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.21.3.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.21.3.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |
190190
|------|-----------------|------------------------|
191-
| 1.6 MB | 631.8 kB | 203.5 kB |
191+
| 1.7 MB | 643.1 kB | 207.8 kB |
192192

193193
----------------
194194

dist/npm-ls.json

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.20.4",
3+
"version": "1.21.3",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",
@@ -928,9 +928,9 @@
928928
}
929929
},
930930
"gl-heatmap2d": {
931-
"version": "1.0.2",
932-
"from": "gl-heatmap2d@>=1.0.2 <2.0.0",
933-
"resolved": "https://registry.npmjs.org/gl-heatmap2d/-/gl-heatmap2d-1.0.2.tgz",
931+
"version": "1.0.3",
932+
"from": "gl-heatmap2d@>=1.0.3 <2.0.0",
933+
"resolved": "https://registry.npmjs.org/gl-heatmap2d/-/gl-heatmap2d-1.0.3.tgz",
934934
"dependencies": {
935935
"binary-search-bounds": {
936936
"version": "2.0.3",
@@ -2566,7 +2566,7 @@
25662566
},
25672567
"mouse-change": {
25682568
"version": "1.3.0",
2569-
"from": "mouse-change@>=1.1.1 <2.0.0",
2569+
"from": "mouse-change@1.3.0",
25702570
"resolved": "https://registry.npmjs.org/mouse-change/-/mouse-change-1.3.0.tgz",
25712571
"dependencies": {
25722572
"mouse-event": {
@@ -2853,6 +2853,18 @@
28532853
"resolved": "https://registry.npmjs.org/get-canvas-context/-/get-canvas-context-1.0.2.tgz"
28542854
}
28552855
}
2856+
},
2857+
"world-calendars": {
2858+
"version": "1.0.3",
2859+
"from": "world-calendars@>=1.0.3 <2.0.0",
2860+
"resolved": "https://registry.npmjs.org/world-calendars/-/world-calendars-1.0.3.tgz",
2861+
"dependencies": {
2862+
"object-assign": {
2863+
"version": "4.1.0",
2864+
"from": "object-assign@>=4.0.1 <5.0.0",
2865+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz"
2866+
}
2867+
}
28562868
}
28572869
}
28582870
}

0 commit comments

Comments
 (0)