@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
37
37
38
38
It be can imported as minified javascript
39
39
- using dist file ` dist/plotly.min.js `
40
- - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.17.3 .min.js
40
+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.18.0 .min.js
41
41
42
42
or as raw javascript:
43
43
- using dist file ` dist/plotly.js `
44
- - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.17.3 .js
44
+ - using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.18.0 .js
45
45
- using CommonJS with ` require('plotly.js') `
46
46
47
47
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:
50
50
51
51
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
52
52
| -----------| ---------------| ----------------------| ---------------------|
53
- | 4 MB | 1.7 MB | 515.7 kB | 4.1 MB |
53
+ | 4 MB | 1.7 MB | 524.4 kB | 4.2 MB |
54
54
55
55
## Partial bundles
56
56
@@ -62,6 +62,7 @@ Starting in `v1.15.0`, plotly.js also ships with several _partial_ bundles:
62
62
- [ gl3d] ( #plotlyjs-gl3d )
63
63
- [ gl2d] ( #plotlyjs-gl2d )
64
64
- [ mapbox] ( #plotlyjs-mapbox )
65
+ - [ finance] ( #plotlyjs-finance )
65
66
66
67
### plotly.js basic
67
68
@@ -73,13 +74,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
73
74
| dist bundle (minified) | ` dist/plotly-basic.min.js ` |
74
75
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
75
76
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
76
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.17.3 .js |
77
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.17.3 .min.js |
77
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.18.0 .js |
78
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.18.0 .min.js |
78
79
| CommonJS | ` require('plotly.js/lib/index-basic') ` |
79
80
80
81
| Raw size | Minified size | Minified + gzip size |
81
82
| ------| -----------------| ------------------------|
82
- | 1.5 MB | 576.1 kB | 188.2 kB |
83
+ | 1.5 MB | 593.8 kB | 192.4 kB |
83
84
84
85
### plotly.js cartesian
85
86
@@ -91,13 +92,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
91
92
| dist bundle (minified) | ` dist/plotly-cartesian.min.js ` |
92
93
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
93
94
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
94
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.17.3 .js |
95
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.17.3 .min.js |
95
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.18.0 .js |
96
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.18.0 .min.js |
96
97
| CommonJS | ` require('plotly.js/lib/index-cartesian') ` |
97
98
98
99
| Raw size | Minified size | Minified + gzip size |
99
100
| ------| -----------------| ------------------------|
100
- | 1.7 MB | 645.8 kB | 209.2 kB |
101
+ | 1.7 MB | 663.6 kB | 213.5 kB |
101
102
102
103
### plotly.js geo
103
104
@@ -109,13 +110,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
109
110
| dist bundle (minified) | ` dist/plotly-geo.min.js ` |
110
111
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
111
112
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
112
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.17.3 .js |
113
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.17.3 .min.js |
113
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.18.0 .js |
114
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.18.0 .min.js |
114
115
| CommonJS | ` require('plotly.js/lib/index-geo') ` |
115
116
116
117
| Raw size | Minified size | Minified + gzip size |
117
118
| ------| -----------------| ------------------------|
118
- | 1.5 MB | 605.5 kB | 199.1 kB |
119
+ | 1.6 MB | 625.2 kB | 204.2 kB |
119
120
120
121
### plotly.js gl3d
121
122
@@ -127,13 +128,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
127
128
| dist bundle (minified) | ` dist/plotly-gl3d.min.js ` |
128
129
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
129
130
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
130
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.17.3 .js |
131
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.17.3 .min.js |
131
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.18.0 .js |
132
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.18.0 .min.js |
132
133
| CommonJS | ` require('plotly.js/lib/index-gl3d') ` |
133
134
134
135
| Raw size | Minified size | Minified + gzip size |
135
136
| ------| -----------------| ------------------------|
136
- | 2.4 MB | 1013 kB | 318.4 kB |
137
+ | 2.4 MB | 1 MB | 322.7 kB |
137
138
138
139
### plotly.js gl2d
139
140
@@ -145,13 +146,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
145
146
| dist bundle (minified) | ` dist/plotly-gl2d.min.js ` |
146
147
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
147
148
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
148
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.17.3 .js |
149
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.17.3 .min.js |
149
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.18.0 .js |
150
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.18.0 .min.js |
150
151
| CommonJS | ` require('plotly.js/lib/index-gl2d') ` |
151
152
152
153
| Raw size | Minified size | Minified + gzip size |
153
154
| ------| -----------------| ------------------------|
154
- | 2.1 MB | 899.7 kB | 283.7 kB |
155
+ | 2.2 MB | 919.9 kB | 288.3 kB |
155
156
156
157
### plotly.js mapbox
157
158
@@ -163,13 +164,31 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
163
164
| dist bundle (minified) | ` dist/plotly-mapbox.min.js ` |
164
165
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
165
166
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
166
- | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.17.3 .js |
167
- | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.17.3 .min.js |
167
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.18.0 .js |
168
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.18.0 .min.js |
168
169
| CommonJS | ` require('plotly.js/lib/index-mapbox') ` |
169
170
170
171
| Raw size | Minified size | Minified + gzip size |
171
172
| ------| -----------------| ------------------------|
172
- | 2.5 MB | 1 MB | 306.5 kB |
173
+ | 2.5 MB | 1 MB | 310.9 kB |
174
+
175
+ ### plotly.js finance
176
+
177
+ The ` finance ` partial bundle contains the ` scatter ` , ` bar ` , ` histogram ` , ` pie ` , ` ohlc ` and ` candlestick ` trace modules.
178
+
179
+ | Way to import | Location |
180
+ | ---------------| ----------|
181
+ | dist bundle | ` dist/plotly-finance.js ` |
182
+ | dist bundle (minified) | ` dist/plotly-finance.min.js ` |
183
+ | CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
184
+ | CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
185
+ | CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.18.0.js |
186
+ | CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.18.0.min.js |
187
+ | CommonJS | ` require('plotly.js/lib/index-finance') ` |
188
+
189
+ | Raw size | Minified size | Minified + gzip size |
190
+ | ------| -----------------| ------------------------|
191
+ | 1.6 MB | 618.1 kB | 199 kB |
173
192
174
193
----------------
175
194
0 commit comments